There was an error while loading. Please reload this page.
1 parent 67215f4 commit 674643dCopy full SHA for 674643d
.github/workflows/add-label.yml
@@ -16,6 +16,15 @@ jobs:
16
outputs:
17
pr_number: '${{ steps.get_pr_number.outputs.pr_number }}'
18
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
+
28
- name: Get PR number
29
shell: sh
30
id: get_pr_number
0 commit comments