forked from forkanization/Proxmox-arm64
Update merge-main.yml
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout update-app-headers
|
git checkout update-app-headers
|
||||||
git merge origin/main --no-ff --no-commit -m "Merge main into update-app-headers"
|
git merge origin/main --allow-unrelated-histories --no-commit -m "Merge main into update-app-headers"
|
||||||
git push origin update-app-headers > /dev/null 2>&1 || true
|
git push origin update-app-headers > /dev/null 2>&1 || true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user