Closed arunsathiya closed 10 months ago
save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.
save-state
set-output
This PR updates the usage of set-output to $GITHUB_OUTPUT
$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
coverage: 66.312% (-0.1%) from 66.445% when pulling 361822858c39ca4afccee29d9b27a2f8ea481a09 on arunsathiya:trunk into 1bcc9a4ae6f31aa984931a223f7e3013d0531b88 on 10up:trunk.
save-state
andset-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