Skip to content

Commit 5c9adf7

Browse files
committed
Trying a different commit action
1 parent a7bf8aa commit 5c9adf7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ jobs:
5454
npx pageres ${{ matrix.folder }}/innersource-program-mind-map.html --overwrite --filename=${{ matrix.folder }}/innersource-program-mind-map 2560x1600
5555
- name: Reduce Screenshot Size (PNG)
5656
run: npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png
57+
# - name: Commit Changes
58+
# uses: stefanzweifel/git-auto-commit-action@v6
59+
# with:
60+
# commit_message: Re-creating markmap and screenshot for ${{ matrix.folder }}
5761
- name: Commit Changes
58-
uses: stefanzweifel/git-auto-commit-action@v6
62+
uses: EndBug/add-and-commit@v9
5963
with:
60-
commit_message: Re-creating markmap and screenshot for ${{ matrix.folder }}
64+
message: Re-creating markmap and screenshot for ${{ matrix.folder }}

0 commit comments

Comments
 (0)