File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ jobs:
109109
110110 - name : Trigger test workflow
111111 run : |
112- gh workflow run test-brev-tutorial-docker-images.yml \
113- --ref ${{ github.ref_name }} \
114- -f tutorial= ${{ steps.set-image.outputs.tutorial_name }}
115- env :
116- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
112+ curl -X POST \
113+ -H "Accept: application/vnd. github.v3+json" \
114+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
115+ https://api.github.com/repos/${{ github.repository }}/actions/workflows/test-brev-tutorial-docker-images.yml/dispatches \
116+ -d '{"ref":"${{ github.ref_name }}","inputs":{"tutorial":" ${{ steps.set-image.outputs.tutorial_name }}"}}'
117117
118118 - name : Check disk space after build
119119 if : always()
You can’t perform that action at this time.
0 commit comments