Fix string quotes in github actions template

This commit is contained in:
David Dworken 2023-09-02 18:04:31 -07:00
parent d9893397b7
commit f0bd50dac6
No known key found for this signature in database

View File

@ -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