helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

Update use of set-output to environment file. #146

Closed creachadair closed 2 years ago

creachadair commented 2 years ago

GitHub has deprecated the use of ::set-output in favour of environment files.

See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands

helaili commented 2 years ago

Thanks @creachadair ✨

creachadair commented 2 years ago

Thank you for merging this. I see that some of the CI checks did not succeed, is that something I should investigate?

creachadair commented 2 years ago

Now that this has been merged, may we have a new tag on the v2 series?

helaili commented 2 years ago

CI didn't succeed because a GITHUB_TOKEN isn't provided when running a workflow from a fork.

I'll work on bumping up version soon

helaili commented 1 year ago

Took me longer than expected but the new tag has now been created.

creachadair commented 1 year ago

Thanks very much!