Skip to content

Commit

Permalink
fix: pass through wiby exit code to GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Mar 25, 2021
1 parent 3986b2f commit 17e8868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wiby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
echo "`wiby` exited with code 64 - results are still pending"
else
echo "::set-output name=wiby_conclusion::failure"
exit $WIBY_RESULT_CODE
fi
}
Expand Down

0 comments on commit 17e8868

Please sign in to comment.