Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Dec 19, 2023
1 parent b43441e commit 6fcadbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
if: github.event.pull_request.user.login == 'team-tf-cdk' || contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association) || github.actor == 'dependabot[bot]'
env:
GH_TOKEN: ${{ secrets.GH_COMMENT_TOKEN }}
run: gh pr merge --auto --squash ${{ github.event.pull_request.number }
run: gh pr merge --auto --squash ${{ github.event.pull_request.number }}

0 comments on commit 6fcadbd

Please sign in to comment.