File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ jobs:
2828 - name : Run script to convert table
2929 run : |
3030 python doc/convert_to_md.py
31- - name : Commit md file
32- run : |
33- git add doc/code_contributions_record.md
34- git config --global user.name 'OSIPI'
35- git config --global user.email 'OSIPI@users.noreply.github.com'
36- git diff --exit-code || git commit -am "commit doc/code_contributions_record.md"
37- git push
31+ # - name: Commit md file
32+ # run: |
33+ # git add doc/code_contributions_record.md
34+ # git config --global user.name 'OSIPI'
35+ # git config --global user.email 'OSIPI@users.noreply.github.com'
36+ # git diff --exit-code || git commit -am "commit doc/code_contributions_record.md"
37+ # git push
38+ - uses : stefanzweifel/git-auto-commit-action@v4
39+ with :
40+ commit_message : commit doc/code_contributions_record.md
You can’t perform that action at this time.
0 commit comments