Skip to content

Commit

Permalink
Merge pull request #62 from sakuli/fix/added-missing-quotes
Browse files Browse the repository at this point in the history
Added missing quotes
  • Loading branch information
svettwer authored Aug 27, 2020
2 parents 0057ecd + 42ddb47 commit 16fe9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl -L https://github.com/aelsabbahy/goss/releases/latest/download/dgoss -o $HOME/dgoss
chmod +rx $HOME/dgoss
- name: Set SAKULI_VERSION according to pushed tag
run: echo "::set-env name=SAKULI_VERSION::${GITHUB_REF#refs/*/v}
run: echo "::set-env name=SAKULI_VERSION::${GITHUB_REF#refs/*/v}"
- name: Build and test image
run: |
export PATH=$PATH:$HOME
Expand Down

0 comments on commit 16fe9af

Please sign in to comment.