Change Skip Condition

(cherry picked from commit 4c12940304)
This commit is contained in:
Marcus Hert Da Coregio
2024-07-26 10:18:48 -03:00
parent 5bfd1f59d1
commit 2ee188ee36

View File

@@ -9,7 +9,7 @@ permissions: write-all
jobs:
merge-dependabot-pr:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4