mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-09 15:20:01 +00:00
Delete .github/workflows/merge-main.yml
This commit is contained in:
parent
76fa4c68d1
commit
ed1a618f6d
29
.github/workflows/merge-main.yml
vendored
29
.github/workflows/merge-main.yml
vendored
@ -1,29 +0,0 @@
|
|||||||
name: Merge main into update-app-headers
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- 'ct/**.sh'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
merge-main:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Git
|
|
||||||
run: |
|
|
||||||
git config --global user.name "GitHub Actions"
|
|
||||||
git config --global user.email "actions@github.com"
|
|
||||||
|
|
||||||
- name: Merge main into update-app-headers silently
|
|
||||||
run: |
|
|
||||||
git fetch origin
|
|
||||||
git checkout 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
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user