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 8f5d1bb commit a3cd67bCopy full SHA for a3cd67b
.github/workflows/0-welcome.yml
@@ -1,4 +1,4 @@
1
-name: Step 0, Welcome
+name: Step 1, Welcome
2
3
# This step triggers after the learner creates a new repository from the template.
4
# This workflow updates from step 0 to step 1.
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: 0 # Let's get all the branches.
56
57
# In README.md, switch step 0 for step 1.
58
- - name: Update to step 1
+ - name: Update to step 0
59
uses: skills/action-update-step@v2
60
with:
61
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}
0 commit comments