fix(ci): pass pr_number to dual-approval-check workflow
Passes github.event.pull_request.number to the reusable workflow so dual-approval status checks work correctly on PRs instead of always receiving pr_number=0.
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
59cfa0bd78
commit
066db0b902
@@ -15,4 +15,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
dual-approval:
|
dual-approval:
|
||||||
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
|
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
|
||||||
|
with:
|
||||||
|
pr_number: ${{ github.event.pull_request.number }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user