adam7 / delugia-code

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action
MIT License
572 stars 34 forks source link

Make referenced Nerd Font release a parameter #29

Closed Finii closed 4 years ago

Finii commented 4 years ago

[why] The Nerd Font revision is given in a lot of places. It is better to specify data once instead of multiple times, so give it in a central place instead.

[how] Use an environment variable to carry the information to all affected places (i.e. curl downloads).

[note] I have no yaml setup locally, so I have to test this with the PR triggered CI. Hopefully it will work ;->