Update .github/workflows/increase-version.yml
All checks were successful
Increase Version / bump-version (push) Successful in 15s

This commit is contained in:
2025-03-12 09:16:26 +00:00
parent 89f7bedeb3
commit a57bdf6fed

View File

@@ -28,7 +28,7 @@ jobs:
- name: Trigger second pipeline - name: Trigger second pipeline
run: | run: |
curl -X POST "https://git.melvanveen.nl/api/v1/repos/veenm/paypoint/actions/workflows/build-and-deploy.yml/dispatches" \ curl -X POST "https://git.melvanveen.nl/api/v1/repos/veenm/paypoint/actions/workflows/deploy-docker.yml/dispatches" \
-H "Authorization: token ${{ secrets.TOKEN }}" \ -H "Authorization: token ${{ secrets.TOKEN }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"ref":"main"}' -d '{"ref":"main"}'