Skip to content

Commit 688272c

Browse files
committed
CI: Bash syntax errors
1 parent 0e38329 commit 688272c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tutorials.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
# fail if not extracted
3737
[[ -n $RUN_ID ]] || exit 1
38-
echo "::set-output name=run_id::$RUN_ID""
38+
echo "::set-output name=run_id::$RUN_ID"
3939
- name: Check if action completed
4040
timeout-minutes: 60
4141
run: |
@@ -50,12 +50,14 @@ jobs:
5050
success)
5151
echo "[$TIMESTAMP] Tutorial run ${{ steps.dispatched.outputs.run_id }} completed successfully."
5252
exit 0
53-
;;
53+
;;
5454
failure)
5555
echo "[$TIMESTAMP] Tutorial run ${{ steps.dispatched.outputs.run_id }} failed."
5656
exit 1
57-
;;
57+
;;
5858
*)
5959
echo "[$TIMESTAMP] Conclusion ($STATUS) is not yet complete"
6060
sleep 300
61+
;;
62+
esac
6163
done

0 commit comments

Comments
 (0)