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 3be2ae7 commit 17eb4e2Copy full SHA for 17eb4e2
.github/workflows/release_branches.yml
@@ -633,7 +633,7 @@ jobs:
633
CHECKS_DATABASE_USER: ${{ secrets.CHECKS_DATABASE_USER }}
634
CHECKS_DATABASE_PASSWORD: ${{ secrets.CHECKS_DATABASE_PASSWORD }}
635
COMMIT_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
636
- PR_NUMBER: ${{ github.event.number }}
+ PR_NUMBER: ${{ github.event.pull_request.number || 0 }}
637
ACTIONS_RUN_URL: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}
638
shell: bash
639
run: |
0 commit comments