Skip to content

Commit 1efad6e

Browse files
Update add-label.yml
1 parent 0220a70 commit 1efad6e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/add-label.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,24 @@ jobs:
1717
PR_NUMBER: ${{ needs.prepare_jobs.outputs.pr_number }}
1818
steps:
1919
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
20-
- name: Get PR number
21-
shell: sh
22-
run: |
23-
echo "${{ env.PR_NUMBER }}"
2420
- name: Label
2521
uses: ./.github/actions/fork-result-label
2622
continue-on-error: true
2723
with:
2824
SUCCESS: 'false'
29-
PULL_REQUEST_NUMBER: 8
25+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
PULL_REQUEST_NUMBER: 9
3027

3128
notify_success:
3229
runs-on: ubuntu-latest
3330
env:
3431
PR_NUMBER: ${{ needs.prepare_jobs.outputs.pr_number }}
3532
steps:
3633
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
37-
- name: Get PR number
38-
shell: sh
39-
run: |
40-
echo "${{ env.PR_NUMBER }}"
4134
- name: Label
4235
uses: ./.github/actions/fork-result-label
4336
continue-on-error: true
4437
with:
4538
SUCCESS: 'true'
39+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
4640
PULL_REQUEST_NUMBER: 7

0 commit comments

Comments
 (0)