Skip to content

Commit a3cd67b

Browse files
authored
Update 0-welcome.yml
1 parent 8f5d1bb commit a3cd67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/0-welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Step 0, Welcome
1+
name: Step 1, Welcome
22

33
# This step triggers after the learner creates a new repository from the template.
44
# This workflow updates from step 0 to step 1.
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0 # Let's get all the branches.
5656

5757
# In README.md, switch step 0 for step 1.
58-
- name: Update to step 1
58+
- name: Update to step 0
5959
uses: skills/action-update-step@v2
6060
with:
6161
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}

0 commit comments

Comments
 (0)