We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5402a6a commit bd0f285Copy full SHA for bd0f285
.github/workflows/convert_csv.yml
@@ -33,5 +33,5 @@ jobs:
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 "doc/commit code_contributions_record.md"
+ git diff --exit-code || git commit -am "commit doc/code_contributions_record.md"
37
git push
0 commit comments