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 c600051 commit 6454cfdCopy full SHA for 6454cfd
.github/workflows/pr.yml
@@ -54,7 +54,7 @@ jobs:
54
return token
55
56
- name: Dispatch an action and get the run ID
57
- uses: codex-/return-dispatch@v1
+ uses: codex-/return-dispatch@v1.15.0
58
id: return_dispatch
59
with:
60
token: ${{ steps.get_access_token.outputs.result }}
@@ -65,7 +65,7 @@ jobs:
65
workflow_inputs: '{"branch_name": "${{github.head_ref}}"}'
66
67
- name: Await Run ID ${{ steps.return_dispatch.outputs.run_id }}
68
- uses: Codex-/await-remote-run@v1.0.0
+ uses: Codex-/await-remote-run@v1.12.2
69
70
71
repo: return-dispatch
0 commit comments