Skip to content

Commit fc185e7

Browse files
committed
Try out composite action
1 parent 4b6a917 commit fc185e7

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

.github/script/update-step.sh

-42
This file was deleted.

.github/workflows/0-start.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
# and open <details id=1>
4343
# and set STEP to '1'
4444
- name: Update to step 1
45-
run: ./.github/script/update-step.sh
45+
uses: githublearn/action-update-step@v1
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GITHUB_REPOSITORY: $${{ env.GITHUB_REPOSITORY }}
4849
FROM_STEP: 0
4950
TO_STEP: 1
5051
BRANCH_NAME: my-first-branch

0 commit comments

Comments
 (0)