carpentries / styles

Styles for The Carpentries lessons. No README to avoid merge conflicts with lessons. Demo 👇
https://carpentries.github.io/lesson-example
Other
84 stars 96 forks source link

set-output workflow command deprecated #640

Closed zkamvar closed 1 year ago

zkamvar commented 1 year ago

These two files need to be updated to use the echo "{name}={value}" >> $GITHUB_OUTPUT pattern:

https://github.com/carpentries/styles/blob/078eec5dbac256451fe43aff4170a9e4b59355c5/.github/workflows/template.yml#L130

https://github.com/carpentries/styles/blob/078eec5dbac256451fe43aff4170a9e4b59355c5/.github/workflows/website.yml#L47

See https://github.com/carpentries/sandpaper/issues/349 and GitHub's deprecation notice for details

zkamvar commented 1 year ago

Note: this is even more impetus to move to the workbench since this will affect all R-based lessons in the future.

zkamvar commented 1 year ago

fixed in #643