This commit is contained in:
Michel Roegl-Brunner 2025-03-10 15:50:09 +01:00
parent 471513ed2a
commit 5f093e0fe9

View File

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