Update auto-update-app-headers.yml (#2113)

This commit is contained in:
Michel Roegl-Brunner
2025-02-06 23:31:52 +01:00
committed by GitHub
parent 4163526379
commit 199d304841

View File

@@ -74,7 +74,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve pull request - name: Approve pull request
if: steps.verify-diff.outputs.changed == 'true' if: env.changed == 'true'
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
@@ -84,7 +84,7 @@ jobs:
fi fi
- name: Re-approve pull request after update - name: Re-approve pull request after update
if: steps.verify-diff.outputs.changed == 'true' if: env.changed == 'true'
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |