Skip to content

Commit

Permalink
ci: Fix YAML error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 24, 2023
1 parent 12f4b3b commit a139ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a139ed2

Please sign in to comment.