Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 18, 2024
1 parent 61f67d8 commit dbf9fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.DEPLOY_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://github.com/gitapi/repos/pretagov/deploy-helm/actions/workflows/deploy-to-k8s.yaml/dispatches \
-d '{"ref":"main","inputs":{}}'
-d '{"ref":"main","inputs":{}}' \
-o response.txt -w "%{response_code}")
if [ $http_response != "204" ]; then
exit 1
Expand Down

0 comments on commit dbf9fcc

Please sign in to comment.