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 (#108)
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: #108 Differential Revision: D52891468 Pulled By: JacksonGL fbshipit-source-id: e1eebcba4d0826774ea02251a2cbef35d98537f3
- Loading branch information