mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:05:54 +00:00
WF
This commit is contained in:
3
.github/workflows/move-to-main-repo.yaml
vendored
3
.github/workflows/move-to-main-repo.yaml
vendored
@@ -75,7 +75,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.email "github-actions@github.com"
|
git config --global user.email "github-actions@github.com"
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
|
|
||||||
|
|
||||||
- name: Create PR if files found
|
- name: Create PR if files found
|
||||||
env:
|
env:
|
||||||
@@ -97,7 +96,7 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
|
|
||||||
git commit -m "$commit_message"
|
git commit -m "$commit_message"
|
||||||
|
git config --unset-all http.https://github.com/.extraheader
|
||||||
gh auth status
|
gh auth status
|
||||||
|
|
||||||
git push origin "$branch_name"
|
git push origin "$branch_name"
|
||||||
|
|||||||
Reference in New Issue
Block a user