Skip to content

Commit 9780045

Browse files
committed
test infra repo dispatch
1 parent 8d94b87 commit 9780045

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\: "${{ env.TAG_NAME }}"}}'\
102+
-d "{\"event_type\": \"binary_release\", \"client_payload\":{\"avail_light_version\: \"${{ env.TAG_NAME }}\"}}"\
103103
104104
trigger_crawler_build:
105105
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)