We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05916d commit 6884667Copy full SHA for 6884667
1 file changed
.github/workflows/publish.yml
@@ -91,6 +91,7 @@ jobs:
91
-H "Content-Type: application/json" \
92
https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/pr.yml/dispatches \
93
-d '{
94
+ "ref": "master",
95
"inputs": {
96
"status": "${{needs.publish.result}}"
97
}
0 commit comments