Closed maxxboehme closed 2 months ago
Fixes #908
set-output is deprecated and there are warnings being logged in our CI build specifying so. Here is a github blog article about it, GitHub Actions: Deprecating save-state and set-output commands. I followed that article along with this github doc Workflow commands for GitHub Actions on how to use the new environment file correctly.
Move away from deprecated set-output to github's new suggested workflow using $GITHUB_OUTPUT environment file.
$GITHUB_OUTPUT
PR build
What does this Pull Request accomplish?
Fixes #908
set-output is deprecated and there are warnings being logged in our CI build specifying so. Here is a github blog article about it, GitHub Actions: Deprecating save-state and set-output commands. I followed that article along with this github doc Workflow commands for GitHub Actions on how to use the new environment file correctly.
Why should this Pull Request be merged?
Move away from deprecated set-output to github's new suggested workflow using
$GITHUB_OUTPUT
environment file.What testing has been done?
PR build