diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index fa29503..298de04 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -27,4 +27,5 @@ jobs: with: commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }} commit_options: '--no-verify' - file_pattern: LATEST_VERSION \ No newline at end of file + file_pattern: LATEST_VERSION + commit_author: \ No newline at end of file