Skip to content

Commit b827fcc

Browse files
committed
test infra repo dispatch
1 parent 9780045 commit b827fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ 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\: \"${{ env.TAG_NAME }}\"}}"\
103-
102+
-d '{"event_type": "binary_release", "client_payload": {"avail_light_version": "refs/heads/ob/gh-workflow"}}'
103+
104104
trigger_crawler_build:
105105
runs-on: ubuntu-20.04
106106
steps:

0 commit comments

Comments
 (0)