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