Updates to the pre-commit action created at 2023-11-24 #19

Closed
Philipp wants to merge 10 commits from update/pre-commit-hooks into main
3 changed files with 8 additions and 5 deletions
Showing only changes of commit b41135c6ca - Show all commits

View File

@ -29,7 +29,7 @@ jobs:
create_branch: true create_branch: true
- name: Generate Date - name: Generate Date
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Create an PR action - name: Create an PR
if: steps.auto-commit-action.outputs.changes_detected == 'true' if: steps.auto-commit-action.outputs.changes_detected == 'true'
uses: ./ uses: ./
with: with:

View File

@ -34,7 +34,7 @@ repos:
args: [--autofix] args: [--autofix]
- repo: https://github.com/frnmst/md-toc - repo: https://github.com/frnmst/md-toc
rev: 8.2.2 rev: 8.2.0
hooks: hooks:
- id: md-toc - id: md-toc