We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903aac8 commit 78f827eCopy full SHA for 78f827e
1 file changed
.github/workflows/publish.yml
@@ -94,7 +94,7 @@ jobs:
94
-H "Content-Type: application/json" \
95
https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/notify-sdk-publish.yml/dispatches \
96
-d '{
97
- "ref": "deploy-track-pipeline-changes",
+ "ref": "master",
98
"inputs": {
99
"commit": "${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}",
100
"status": "${{needs.publish.result}}",
0 commit comments