We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812d410 commit bfa008bCopy full SHA for bfa008b
.github/workflows/book.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "Generated book for: ${{ matrix.language }}" >> $GITHUB_STEP_SUMMARY
34
35
- name: Commit updated toc.md for the book
36
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
37
with:
38
commit_message: Writing updated toc.md for the ${{ matrix.language }} book
39
branch: ${{ github.head_ref }}
.github/workflows/generate-mindmap.yml
@@ -60,6 +60,6 @@ jobs:
60
)
61
done
62
- name: Commit Changes
63
64
65
commit_message: Re-creating markmap and screenshot
0 commit comments