Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
This commit is contained in:
commit
05bde5f303
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
|
echo "files_found=false" >> $GITHUB_ENV
|
||||||
fi
|
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
|
- name: Create PR if files found
|
||||||
if: env.files_found == 'true'
|
if: env.files_found == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user