We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27517c commit c6eddd9Copy full SHA for c6eddd9
.github/workflows/assigner.yml
@@ -80,12 +80,12 @@ jobs:
80
81
- name: Save PR number
82
if: >
83
- github.event.workflow_run.event == 'pull_request'
+ github.event_name == 'pull_request'
84
run: |
85
echo ${{ github.event.number }} > ./pr/NR
86
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
87
88
89
with:
90
name: pr
91
path: pr/
0 commit comments