Skip to content

Commit

Permalink
Fix unknown author flag 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Sep 5, 2024
1 parent 74c6bf6 commit 0f6f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
SUBJECT="i18n updates ($LOCALES_CHANGED)"
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
gh pr merge $PR_NUMBER --author "github-actions[bot]@users.noreply.github.com" --squash --subject "$SUBJECT" || true
gh pr merge $PR_NUMBER --author-email "github-actions[bot]@users.noreply.github.com" --squash --subject "$SUBJECT" || true
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f6f206

Please sign in to comment.