This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:35:10 +01:00
parent d29451630f
commit 6b6765addc

View File

@ -77,7 +77,6 @@ jobs:
git config --global user.name "GitHub Actions" git config --global user.name "GitHub Actions"
- name: Create PR if files found - name: Create PR if files found
if: env.files_found == 'true'
env: env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }} GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: | run: |