Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use GITHUB_OUTPUT envvar instead of set-output command
Summary: `save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). 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 X-link: facebook/proxygen#480 Reviewed By: bigfootjon Differential Revision: D52918113 Pulled By: jbeshay fbshipit-source-id: bfc05a7e25f8401c1c6501f2c467fb4ead091102
- Loading branch information