mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-15 15:58:22 +01:00
Fix string quotes in github actions template
This commit is contained in:
parent
d9893397b7
commit
f0bd50dac6
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user