Skip to content

Commit

Permalink
fix: ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 21, 2023
1 parent 1f4b12a commit 736f9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' }}
if: ${{ github.actor == 'dependabot[bot]'}}
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 736f9fe

Please sign in to comment.