Skip to content

Commit f05916d

Browse files
author
sangeet-joy_xero
committed
testing notify step
1 parent 3f9431a commit f05916d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ jobs:
8989
curl -X POST -H "Authorization: token ${{ steps.get_access_token.outputs.result }}" \
9090
-H "Accept: application/vnd.github.v3+json" \
9191
-H "Content-Type: application/json" \
92-
https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/notify-sdk-publish.yml/dispatches \
92+
https://api.github.com/repos/xero-internal/xeroapi-sdk-codegen/actions/workflows/pr.yml/dispatches \
9393
-d '{
94-
"ref": "deploytrack-changes",
9594
"inputs": {
9695
"status": "${{needs.publish.result}}"
9796
}

0 commit comments

Comments
 (0)