Skip to content

Commit 020db25

Browse files
author
sangeet-joy_xero
committed
change the publish workflow trigger event to workflow dispatch
1 parent 54be34e commit 020db25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
102102
"environment": "test",
103103
"sdk_type": "node",
104-
"cab_key": "CAB-5505"
104+
"cab_key": ${{ github.event.inputs.cab_id }}
105105
}
106106
}'
107107

0 commit comments

Comments
 (0)