Skip to content

Commit 1ac3c50

Browse files
authored
Update push.yml
1 parent 975d38e commit 1ac3c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id: findPr
1313
with:
1414
# Can be "open", "closed", or "all". Defaults to "open".
15-
state: open
15+
state: all
1616
# This will echo "Your PR is 7", or be skipped if there is no current PR.
1717
- run: echo "Your PR is ${PR}"
1818
if: success() && steps.findPr.outputs.number

0 commit comments

Comments
 (0)