diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5614cb2a..19653354 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: extra_args: pip-compile --files ${{ steps.changed-files.outputs.all_changed_files }} - uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: [github-actions] pre-commit autoupdate + commit_message: '[github-actions] pre-commit autoupdate' - shell: bash run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash - - shell: bash