Skip to content

Commit

Permalink
dependabot needed unquoted string
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjit-bhat committed Jul 22, 2024
1 parent 502538c commit e97df91
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-automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == "dependabot[bot]" }}
if: ${{ github.actor == 'dependabot[bot]' }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit e97df91

Please sign in to comment.