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 94ad823 commit cbae023Copy full SHA for cbae023
.github/workflows/0-start-exercise.yml
@@ -80,15 +80,17 @@ jobs:
80
env:
81
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
83
- - name: Create comment - watching for progress
+ - name: Enable next step workflow
84
run: |
85
- gh issue comment "$ISSUE_URL" \
86
- --body-file "exercise-toolkit/markdown-templates/step-feedback/watching-for-progress.md"
+ gh workflow enable "Step 1"
87
88
89
90
- - name: Enable next step workflow
+ - name: Create comment - watching for progress
91
92
- gh workflow enable "Step 1"
+ gh issue comment "$ISSUE_URL" \
+ --body-file "exercise-toolkit/markdown-templates/step-feedback/watching-for-progress.md"
93
94
95
+
96
0 commit comments