fix(docs): Test auto commit

This commit is contained in:
Sidharth Vinod 2022-10-03 12:05:48 +08:00
parent d367e832be
commit 75db08a60c
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
packages/mermaid/src/docs/*
- name: Run step if any file(s) in the docs folder change
if: steps.changed-files-fork-point.outputs.only_modified == 'true'
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
run: |
echo "Only files in the src/docs folder has changed."
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
@ -65,7 +65,7 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v9
if: steps.changed-files-fork-point.outputs.only_modified == 'true'
if: steps.changed-files-fork-point.outputs.any_modified == 'true'
with:
message: 'Update docs'
add: 'packages/mermaid/docs/*'