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 dd87dd1 commit da05a1dCopy full SHA for da05a1d
.github/workflows/pr.yml
@@ -54,7 +54,7 @@ jobs:
54
return token
55
56
- name: Trigger all SDK workflow
57
- uses: codex-/return-dispatch@v1.15.0
+ uses: codex-/return-dispatch@feat/improve_retry_strategy
58
id: return_dispatch
59
with:
60
token: ${{ steps.get_access_token.outputs.result }}
@@ -63,7 +63,7 @@ jobs:
63
workflow: pr.yml
64
ref: PETOSS-536-workflow-dispatch-update
65
workflow_inputs: '{"branch_name": "${{github.head_ref}}"}'
66
- workflow_timeout_seconds: "600"
+ workflow_timeout_seconds: 600
67
68
- name: Await Run ID ${{ steps.return_dispatch.outputs.run_id }}
69
uses: Codex-/await-remote-run@v1.12.2
0 commit comments