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 597cbfb commit 4d506e3Copy full SHA for 4d506e3
.github/workflows/publish-pr.yml
@@ -16,6 +16,7 @@ jobs:
16
github.event.workflow_run.conclusion == 'success'
17
}}
18
steps:
19
+ - uses: actions/checkout@v4
20
- name: Print event info
21
uses: actions/github-script@v7
22
with:
0 commit comments