Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codemeta2cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sed -i "s/^description = .*/description = $DESCRIPTION/" setup.cfg
sed -i "s|^url = .*|url = $URL|" setup.cfg
- name: Commit CFF
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
message: 'Add updated CITATION.cff and setup.cfg from codemeta.json file'
add: '["setup.cfg", "CITATION.cff"]'
4 changes: 2 additions & 2 deletions .github/workflows/iga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Add DOI to CodeMeta File
run: sde identifier ${{needs.run_iga.outputs.record_doi}} codemeta.json
- name: Commit CFF
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
message: 'Add DOI to codemeta.json file'
add: 'codemeta.json'
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Convert CFF
uses: caltechlibrary/codemeta2cff@main
- name: Commit CFF
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
with:
message: 'Add updated CITATION.cff from codemeta.json file'
add: 'CITATION.cff'
Loading