Skip to content

Commit

Permalink
ci(github action): correct @software name in .bibtex citation
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Aug 20, 2024
1 parent e468549 commit beead13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cff_convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
args: "--infile ./CITATION.cff --format bibtex --outfile citation_bibtex.bib"

- name: Modify Bibtex entry
run: sed -i 's/@misc{YourReferenceHere,/@software{stars_reproduce_allen_2020,/' citation_bibtex.bib
run: sed -i 's/@misc{YourReferenceHere,/@software{stars_reproduce_huang_2019,/' citation_bibtex.bib

- name: Convert CITATION.cff to APA
uses: citation-file-format/[email protected]
Expand Down

0 comments on commit beead13

Please sign in to comment.