We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d94b87 commit 9780045Copy full SHA for 9780045
.github/workflows/deploy.yml
@@ -99,7 +99,7 @@ jobs:
99
-H "Accept: application/vnd.github.v3+json" \
100
-H "Authorization: token ${{ secrets.PAT_TOKEN }}" \
101
https://api.github.com/repos/availproject/avail-light-infra/dispatches \
102
- -d '{"event_type": "binary_release", "client_payload":{"avail_light_version\: "${{ env.TAG_NAME }}"}}'\
+ -d "{\"event_type\": \"binary_release\", \"client_payload\":{\"avail_light_version\: \"${{ env.TAG_NAME }}\"}}"\
103
104
trigger_crawler_build:
105
runs-on: ubuntu-20.04
0 commit comments