We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975d38e commit 1ac3c50Copy full SHA for 1ac3c50
.github/workflows/push.yml
@@ -12,7 +12,7 @@ jobs:
12
id: findPr
13
with:
14
# Can be "open", "closed", or "all". Defaults to "open".
15
- state: open
+ state: all
16
# This will echo "Your PR is 7", or be skipped if there is no current PR.
17
- run: echo "Your PR is ${PR}"
18
if: success() && steps.findPr.outputs.number
0 commit comments