facebook / openbmc

OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).
627 stars 280 forks source link

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

Closed arunsathiya closed 5 months ago

arunsathiya commented 7 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 5 months ago

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

facebook-github-bot commented 5 months ago

This pull request has been merged in facebook/openbmc@09a6c3f7b12a35faeebc5055fd5eec0d686b40f3.