Skip to content

Commit

Permalink
fix automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 22, 2023
1 parent 837a74d commit f1909bf
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 @@ -17,6 +17,6 @@ jobs:
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
# This must be a personal access token with push access
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: ${{ secrets.GITHUB_TOKEN }}
# By default, squash and merge, so Github chooses nice commit messages
command: squash and merge

0 comments on commit f1909bf

Please sign in to comment.