Skip to content

Commit b7ed9f6

Browse files
authored
Update convert_csv.yml
1 parent bd0f285 commit b7ed9f6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/convert_csv.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)