Skip to content

Commit da05a1d

Browse files
author
sangeet-joy_xero
committed
used the beta version of the trigger action
1 parent dd87dd1 commit da05a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
return token
5555
5656
- name: Trigger all SDK workflow
57-
uses: codex-/return-dispatch@v1.15.0
57+
uses: codex-/return-dispatch@feat/improve_retry_strategy
5858
id: return_dispatch
5959
with:
6060
token: ${{ steps.get_access_token.outputs.result }}
@@ -63,7 +63,7 @@ jobs:
6363
workflow: pr.yml
6464
ref: PETOSS-536-workflow-dispatch-update
6565
workflow_inputs: '{"branch_name": "${{github.head_ref}}"}'
66-
workflow_timeout_seconds: "600"
66+
workflow_timeout_seconds: 600
6767

6868
- name: Await Run ID ${{ steps.return_dispatch.outputs.run_id }}
6969
uses: Codex-/await-remote-run@v1.12.2

0 commit comments

Comments
 (0)