We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb30387 commit 396078cCopy full SHA for 396078c
.github/workflows/renovate_auto.yml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
dependabot:
12
runs-on: ubuntu-latest
13
- if: ${{ github.actor == 'renovate[bot]' }}
+ if: ${{ github.event.pull_request.user.login == 'renovate[bot]' }}
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v6
0 commit comments