Skip to content

Commit 674643d

Browse files
set
1 parent 67215f4 commit 674643d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/add-label.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jobs:
1616
outputs:
1717
pr_number: '${{ steps.get_pr_number.outputs.pr_number }}'
1818
steps:
19+
- name: Download PR info
20+
uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d # v2.22.0
21+
with:
22+
workflow: build-fork.yml
23+
run_id: "${{ github.event.workflow_run.id }}"
24+
workflow_conclusion: ""
25+
name: pr
26+
path: ./
27+
1928
- name: Get PR number
2029
shell: sh
2130
id: get_pr_number

0 commit comments

Comments
 (0)