try pushing with bash to trigger release workflow after merge

This commit is contained in:
Axel Uhl
2024-05-29 10:37:07 +02:00
parent a41d5b16a8
commit 1b541d349e
@@ -15,10 +15,11 @@ jobs:
with:
ref: docker-17
#fetch-depth: 0 # fetch the whole thing to make sure the histories merge
- name: Merge main into docker-17
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: docker-17
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Merge main into docker-17 and push
shell: bash
run: |
git config --global user.email "github@sapsailing.com"
git config --global user.name "Github Auto-Merger"
git fetch origin main:main
git merge main
git push