We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6a917 commit fc185e7Copy full SHA for fc185e7
.github/script/update-step.sh
.github/workflows/0-start.yml
@@ -42,9 +42,10 @@ jobs:
42
# and open <details id=1>
43
# and set STEP to '1'
44
- name: Update to step 1
45
- run: ./.github/script/update-step.sh
+ uses: githublearn/action-update-step@v1
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+ GITHUB_REPOSITORY: $${{ env.GITHUB_REPOSITORY }}
49
FROM_STEP: 0
50
TO_STEP: 1
51
BRANCH_NAME: my-first-branch
0 commit comments