Skip to content

Commit

Permalink
Fix PreCommitUpdate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jan 10, 2025
1 parent 7d4677e commit 075eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PreCommitUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# save updated versions to file and ignore exit code
pre-commit autoupdate | grep updating >> ~/pre-commit.msg || true
# create output
echo "PRE_COMMIT_MSG=\"chore: :robot: pre-commit update\n\n$(cat ~/pre-commit.msg)\" >> "$GITHUB_OUTPUT"
echo "PRE_COMMIT_MSG=\"chore: :robot: pre-commit update\n\n$(cat ~/pre-commit.msg)\"" >> "$GITHUB_OUTPUT"
- name: Apply patch to template
run: |
git diff -- .pre-commit-config.yaml > pre-commit.patch
Expand Down

0 comments on commit 075eb19

Please sign in to comment.