We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9431a commit f05916dCopy full SHA for f05916d
1 file changed
.github/workflows/publish.yml
@@ -89,9 +89,8 @@ jobs:
89
curl -X POST -H "Authorization: token ${{ steps.get_access_token.outputs.result }}" \
90
-H "Accept: application/vnd.github.v3+json" \
91
-H "Content-Type: application/json" \
92
- https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/notify-sdk-publish.yml/dispatches \
+ https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/pr.yml/dispatches \
93
-d '{
94
- "ref": "deploytrack-changes",
95
"inputs": {
96
"status": "${{needs.publish.result}}"
97
}
0 commit comments