File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 test -f ${{ steps.proverb-image.outputs.image }}
4141
4242 - name : Push changes
43- uses : stefanzweifel/git-auto-commit-action@v4
43+ uses : stefanzweifel/git-auto-commit-action@v7
4444 with :
4545 commit_message : Add images pulled from headless browser to folder
4646 commit_options : ' --no-verify --signoff'
Original file line number Diff line number Diff line change 1616 [[ -f "$FILE" ]] || curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o $FILE
1717 chmod a+x $FILE
1818 ./$FILE --insert --no-backup README.md
19- - uses : stefanzweifel/git-auto-commit-action@v4
19+ - uses : stefanzweifel/git-auto-commit-action@v7
2020 with :
2121 commit_message : Auto update markdown TOC
Original file line number Diff line number Diff line change 2020 run : echo "VERSION = \"$(git describe --tags `git rev-list --tags --max-count=1`)\"" > version.txt
2121
2222 - name : Commit update
23- uses : stefanzweifel/git-auto-commit-action@v4
23+ uses : stefanzweifel/git-auto-commit-action@v7
2424 with :
2525 branch : master
2626 skip_dirty_check : true
You can’t perform that action at this time.
0 commit comments