Skip to content

Commit

Permalink
fix(auto-merge): remove accidental quote (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jul 8, 2024
1 parent c2519a1 commit 561b2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
run: |
gh pr review ${{ github.event.pull_request.html_url }} --approve"
gh pr review ${{ github.event.pull_request.html_url }} --approve
gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"

0 comments on commit 561b2dd

Please sign in to comment.