ci: fix conditional for dependabot merge workflow

This commit is contained in:
Trong Huu Nguyen
2024-08-23 13:56:22 +02:00
parent 155ebc745b
commit d2ef2613cd
+1 -1
View File
@@ -8,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata