From f0bd50dac6b0c9ac69646d69269a1dbd0233cc38 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 2 Sep 2023 18:04:31 -0700 Subject: [PATCH] Fix string quotes in github actions template --- .github/workflows/go-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 3aae82f..314409c 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -22,7 +22,7 @@ jobs: with: go-version: 1.18 - name: Linux Setup - if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == "ubuntu-latest"}} + if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'ubuntu-latest'}} run: | # Install our dependencies @@ -39,7 +39,7 @@ jobs: mkdir ~/.hishtory/ sudo mount -F tmpfs -o size=500M swap ~/.hishtory/ - name: MacOS Setup - if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == "macos-latest"}} + if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'macos-latest'}} run: | # Install our dependencies