diff --git a/.github/workflows/dispatch.yaml b/.github/workflows/dispatch.yaml index 0e92f3b..7de18c5 100644 --- a/.github/workflows/dispatch.yaml +++ b/.github/workflows/dispatch.yaml @@ -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