From 199d304841fa0d86a73a67b8403f44048aa778d0 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 6 Feb 2025 23:31:52 +0100 Subject: [PATCH] Update auto-update-app-headers.yml (#2113) --- .github/workflows/auto-update-app-headers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml index 116995886..8e21d7726 100644 --- a/.github/workflows/auto-update-app-headers.yml +++ b/.github/workflows/auto-update-app-headers.yml @@ -74,7 +74,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Approve pull request - if: steps.verify-diff.outputs.changed == 'true' + if: env.changed == 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | @@ -84,7 +84,7 @@ jobs: fi - name: Re-approve pull request after update - if: steps.verify-diff.outputs.changed == 'true' + if: env.changed == 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |