mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
WF
This commit is contained in:
5
.github/workflows/move-to-main-repo.yaml
vendored
5
.github/workflows/move-to-main-repo.yaml
vendored
@@ -46,6 +46,11 @@ jobs:
|
||||
echo "files_found=false" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Configure Git user
|
||||
run: |
|
||||
git config --global user.email "github-actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Create PR if files found
|
||||
if: env.files_found == 'true'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user