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 b827fcc commit 4dd2bc0Copy full SHA for 4dd2bc0
.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": "refs/heads/ob/gh-workflow"}}'
+ -d '{"event_type": "binary_release", "client_payload": {"avail_light_version": "${{ github.ref_name }}"}}'
103
104
trigger_crawler_build:
105
runs-on: ubuntu-20.04
0 commit comments