facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.05k stars 539 forks source link

ci: Use GITHUB_OUTPUT envvar instead of set-output command #225

Closed arunsathiya closed 8 months ago

arunsathiya commented 8 months ago

save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.

This PR updates the usage of set-output to $GITHUB_OUTPUT

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

facebook-github-bot commented 8 months ago

@yfeldblum has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

yfeldblum commented 8 months ago

Closed by: 8f616b8c8fc0e6f608921c5a0209b5f3fe3c4cd9.