We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c046ef commit 1417c12Copy full SHA for 1417c12
.github/workflows/pr-cleanup.yaml
@@ -19,7 +19,7 @@ jobs:
19
id: pr_number
20
run: |
21
if [ -z "${{ github.event.pull_request.number }}" ]; then
22
- echo "PR_NUMBER=${{ github.event.inputs.pr_number }}" >> $GITHUB_OUTPUT
+ echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT
23
else
24
echo "PR_NUMBER=${{ github.event.inputs.pr_number }}" >> $GITHUB_OUTPUT
25
fi
0 commit comments