Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Dec 4, 2024
1 parent 424b191 commit b2177b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
changeset:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.name == 'dependabot' }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: hmarr/[email protected]
- name: Checkout
Expand Down

0 comments on commit b2177b3

Please sign in to comment.