Skip to content

Commit

Permalink
Add --allow-empty to cffconvert so if triggered when no changes (whic…
Browse files Browse the repository at this point in the history
…h generally shouldn't be), it will not error but will push just with no changes
  • Loading branch information
amyheather committed Jun 12, 2024
1 parent c94cc93 commit 1f411c9
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 @@ -35,5 +35,5 @@ jobs:
git config --global user.email '[email protected]'
git add citation_bibtex.bib
git add citation_apalike.apa
git commit -m "Automated update of Bibtex and APA citations"
git commit --allow-empty -m "Automated update of Bibtex and APA citations"
git push

0 comments on commit 1f411c9

Please sign in to comment.