From 8e0b37398022c1b56a18ce7961088d73f78a7e48 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 12:36:38 +0000 Subject: [PATCH] Update .github/workflows/increase-version.yml --- .github/workflows/increase-version.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/increase-version.yml b/.github/workflows/increase-version.yml index 33581c9..c19573e 100644 --- a/.github/workflows/increase-version.yml +++ b/.github/workflows/increase-version.yml @@ -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