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 (#2368)
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 Pull Request resolved: #2368 Reviewed By: wenhaizhu Differential Revision: D57079874 Pulled By: joe1234wu fbshipit-source-id: 5800df3da7d9e5c3dd4c3d738141656d8f45b59b
- Loading branch information