Skip to content

Commit 4d31438

Browse files
committed
[PETOSS-829] rolledback to v1 of dispatch as v2 creates a distinct id which the other work flow in the code gen repo cant handle
1 parent fd4f976 commit 4d31438

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr-health-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,14 @@ jobs:
8181
return token
8282
8383
- name: Trigger all SDK workflow
84-
uses: codex-/return-dispatch@v2
84+
uses: codex-/return-dispatch@v1
8585
id: return_dispatch
8686
with:
8787
token: ${{ steps.get_access_token.outputs.result }}
8888
repo: xeroapi-sdk-codegen
8989
owner: xero-internal
9090
workflow: pr.yml
9191
ref: refs/heads/master
92-
distinct: false
9392
workflow_inputs: >
9493
{
9594
"branch_name": "${{ github.event_name == 'pull_request' && github.head_ref || 'master' }}"

0 commit comments

Comments
 (0)