We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e682f commit 515e389Copy full SHA for 515e389
1 file changed
.github/workflows/scripts.yaml
@@ -40,7 +40,7 @@ jobs:
40
exit_code=$?
41
cat $FILE >> $GITHUB_STEP_SUMMARY
42
echo "EXIT_CODE=$exit_code" >> $GITHUB_ENV
43
-
+ - name: exit
44
run: |
45
if [ "$EXIT_CODE" == "0" ]; then
46
echo "Script was expected to fail. Something is wrong."
0 commit comments