We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6884667 commit 9b99ffbCopy full SHA for 9b99ffb
1 file changed
.github/workflows/publish.yml
@@ -89,9 +89,9 @@ 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/pr.yml/dispatches \
+ https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/notify-sdk-publish.yml/dispatches \
93
-d '{
94
- "ref": "master",
+ "ref": "deploytrack-changes",
95
"inputs": {
96
"status": "${{needs.publish.result}}"
97
}
0 commit comments