Skip to content

Commit

Permalink
Workflow dispatch send - 5
Browse files Browse the repository at this point in the history
Testing sending docker image tags as input values in the POST request.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 26, 2024
1 parent 709f3cf commit 4b42185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_FG_PAT_TAGS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/MukuFlash03/nrel-openpath-join-page/actions/workflows/90148778/dispatches \
-d '{"ref":"tags-dispatch"}'
-d '{"ref":"tags-dispatch", "inputs": {"docker_image_tag" : "test_tag"}}'

0 comments on commit 4b42185

Please sign in to comment.