cffreference: Processing remote CITATION.cff in CI #1081
-
In my CI, I would like to assemble my CITATION.cff from a basic set of citation data as well as a list of references containing the processed CITATION.cff files of the projects I use as dependencies. By doing so, I would like to keep my references up-to-date in case that some of the dependency projects should have published new releases. How can I automate this task with Aeruginous? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Aeruginous offers reading from
For convenience, there is also a GitHub Action available which automatically - uses: kevinmatthes/aeruginous-rs/[email protected]
with:
branch: # branch
repository: # user/repository |
Beta Was this translation helpful? Give feedback.
Aeruginous offers reading from
stdin
for itscffreference
mode. Thus, you can justcurl
the raw input CITATION.cff into Aeruginous andcffreference
it as usual:For convenience, there is also a GitHub Action available which automatically
curl
s CITATION.cff files of projects hosted on GitHub into Aeruginous; you can bind it as follows.