Skip to content

Commit 50e10af

Browse files
Fix reading the PR number in the PR labeler action
1 parent 3e49dce commit 50e10af

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr-label-apply.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
run-id: ${{ github.event.workflow_run.id }}
3030
pattern: pr-metadata-*
3131
merge-multiple: false
32-
continue-on-error: true
3332
id: download-artifact
33+
34+
- name: See files
35+
run: |
36+
ls -la .
3437
3538
- name: Read PR number
3639
id: pr-number

0 commit comments

Comments
 (0)