Skip to content

Commit 4dd2bc0

Browse files
committed
test infra repo dispatch
1 parent b827fcc commit 4dd2bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
-H "Accept: application/vnd.github.v3+json" \
100100
-H "Authorization: token ${{ secrets.PAT_TOKEN }}" \
101101
https://api.github.com/repos/availproject/avail-light-infra/dispatches \
102-
-d '{"event_type": "binary_release", "client_payload": {"avail_light_version": "refs/heads/ob/gh-workflow"}}'
102+
-d '{"event_type": "binary_release", "client_payload": {"avail_light_version": "${{ github.ref_name }}"}}'
103103
104104
trigger_crawler_build:
105105
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)