Skip to content

Commit 199d304

Browse files
Update auto-update-app-headers.yml (#2113)
1 parent 4163526 commit 199d304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-update-app-headers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

7676
- name: Approve pull request
77-
if: steps.verify-diff.outputs.changed == 'true'
77+
if: env.changed == 'true'
7878
env:
7979
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
run: |
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
8686
- name: Re-approve pull request after update
87-
if: steps.verify-diff.outputs.changed == 'true'
87+
if: env.changed == 'true'
8888
env:
8989
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
run: |

0 commit comments

Comments
 (0)