We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e38329 commit 688272cCopy full SHA for 688272c
.github/workflows/tutorials.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# fail if not extracted
37
[[ -n $RUN_ID ]] || exit 1
38
- echo "::set-output name=run_id::$RUN_ID""
+ echo "::set-output name=run_id::$RUN_ID"
39
- name: Check if action completed
40
timeout-minutes: 60
41
run: |
@@ -50,12 +50,14 @@ jobs:
50
success)
51
echo "[$TIMESTAMP] Tutorial run ${{ steps.dispatched.outputs.run_id }} completed successfully."
52
exit 0
53
- ;;
+ ;;
54
failure)
55
echo "[$TIMESTAMP] Tutorial run ${{ steps.dispatched.outputs.run_id }} failed."
56
exit 1
57
58
*)
59
echo "[$TIMESTAMP] Conclusion ($STATUS) is not yet complete"
60
sleep 300
61
62
+ esac
63
done
0 commit comments