Update .github/workflows/increase-version.yml
This commit is contained in:
6
.github/workflows/increase-version.yml
vendored
6
.github/workflows/increase-version.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user