Skip to content

Commit

Permalink
Fix dependabot actor check in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Nov 21, 2023
1 parent 84d0f3d commit 88f1f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_patch_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Dependabot: auto-merge patch versions"

jobs:
approve-dependabot-pr:
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit 88f1f68

Please sign in to comment.