Skip to content

Commit bd0f285

Browse files
committed
fix convert_csv.yml
1 parent 5402a6a commit bd0f285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/convert_csv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
git add doc/code_contributions_record.md
3434
git config --global user.name 'OSIPI'
3535
git config --global user.email 'OSIPI@users.noreply.github.com'
36-
git diff --exit-code || git commit -am "doc/commit code_contributions_record.md"
36+
git diff --exit-code || git commit -am "commit doc/code_contributions_record.md"
3737
git push

0 commit comments

Comments
 (0)