From a139ed2319e23b1faabb50eddd6399010c13b3c2 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:42:14 -0400 Subject: [PATCH] ci: Fix YAML error --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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