fixed-an-action #20

Merged
Philipp merged 9 commits from fixed-an-action into main 2023-11-24 19:40:48 +01:00
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