Update .github/workflows/increase-version.yml
Some checks failed
Increase Version / bump-version (push) Successful in 15s
Increase Version / build-and-run (push) Failing after 0s

This commit is contained in:
2025-03-12 12:36:38 +00:00
parent 675aad7fd0
commit 8e0b373980

View File

@@ -31,11 +31,5 @@ jobs:
# Push changes to remote main branch
git push origin main
- name: Trigger second pipeline
run: |
curl -X POST "https://git.melvanveen.nl/api/v1/repos/veenm/paypoint/actions/workflows/deploy-docker.yml/dispatches" \
-H "Authorization: token ${{ secrets.TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"ref":"main"}'
build-and-run:
uses: veenm/paypoint/.github/workflows/deploy-docker.yml@main