Skip to content

Commit

Permalink
ci(github actions): update name in Bibtex entry
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Oct 9, 2024
1 parent f2e0900 commit f8864f0
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_reproduction_template,/' citation_bibtex.bib
run: sed -i 's/@misc{YourReferenceHere,/@software{stars_hernandez2015,/' citation_bibtex.bib

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

0 comments on commit f8864f0

Please sign in to comment.