Skip to content

Commit

Permalink
fix: remove backticks
Browse files Browse the repository at this point in the history
Otherwise bash executes this 🤦‍
  • Loading branch information
dominykas committed Sep 27, 2021
1 parent 0e425f5 commit 13e93a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
WIBY_RESULT_CODE=$1
if [ ${WIBY_RESULT_CODE} -eq 64 ]; then
echo "`wiby` exited with code 64 - results are still pending"
echo "wiby exited with code 64 - results are still pending"
exit
else
echo "::set-output name=wiby_conclusion::failure"
Expand Down

0 comments on commit 13e93a5

Please sign in to comment.