We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4f976 commit 4d31438Copy full SHA for 4d31438
1 file changed
.github/workflows/pr-health-check.yml
@@ -81,15 +81,14 @@ jobs:
81
return token
82
83
- name: Trigger all SDK workflow
84
- uses: codex-/return-dispatch@v2
+ uses: codex-/return-dispatch@v1
85
id: return_dispatch
86
with:
87
token: ${{ steps.get_access_token.outputs.result }}
88
repo: xeroapi-sdk-codegen
89
owner: xero-internal
90
workflow: pr.yml
91
ref: refs/heads/master
92
- distinct: false
93
workflow_inputs: >
94
{
95
"branch_name": "${{ github.event_name == 'pull_request' && github.head_ref || 'master' }}"
0 commit comments