Skip to content

Commit 13e93a5

Browse files
committed
fix: remove backticks
Otherwise bash executes this 🤦‍
1 parent 0e425f5 commit 13e93a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiby.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
WIBY_RESULT_CODE=$1
186186
187187
if [ ${WIBY_RESULT_CODE} -eq 64 ]; then
188-
echo "`wiby` exited with code 64 - results are still pending"
188+
echo "wiby exited with code 64 - results are still pending"
189189
exit
190190
else
191191
echo "::set-output name=wiby_conclusion::failure"

0 commit comments

Comments
 (0)