This commit is contained in:
CanbiZ 2025-03-10 15:36:15 +01:00
commit 05bde5f303
2 changed files with 5 additions and 0 deletions

View File

@ -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: |