File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,20 @@ jobs:
80
80
env :
81
81
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
82
82
83
- - name : Enable next step workflow
83
+ - name : Create comment - watching for progress
84
84
run : |
85
- gh workflow enable "Step 1"
85
+ gh issue comment "$ISSUE_URL" \
86
+ --body-file "exercise-toolkit/markdown-templates/step-feedback/watching-for-progress.md"
86
87
env :
87
88
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88
89
89
- - name : Create comment - watching for progress
90
+ - name : Enable next step workflow
90
91
run : |
91
- gh issue comment "$ISSUE_URL" \
92
- --body-file "exercise-toolkit/markdown-templates/step-feedback/watching-for-progress.md"
92
+ gh workflow enable "Step 1"
93
93
env :
94
94
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
95
95
96
-
96
+ - name : Confirm Step 1 is enabled
97
+ run : gh workflow view "Step 1" --json state
98
+ env :
99
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments