diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index 144f72e..74be790 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -51,6 +51,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} + commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" commit_user_name: best-of update commit_user_email: actions@github.com commit_message: Update best-of list for version ${{ env.VERSION }}