Skip to content

Commit 396078c

Browse files
authored
Update renovate_auto.yml
1 parent eb30387 commit 396078c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
dependabot:
1212
runs-on: ubuntu-latest
13-
if: ${{ github.actor == 'renovate[bot]' }}
13+
if: ${{ github.event.pull_request.user.login == 'renovate[bot]' }}
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v6

0 commit comments

Comments
 (0)