10up / wp_mock

WordPress API Mocking Framework
https://wp-mock.gitbook.io
Other
676 stars 70 forks source link

ci: Use GITHUB_OUTPUT envvar instead of set-output command #240

Closed arunsathiya closed 10 months ago

arunsathiya commented 10 months ago

save-state and set-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

coveralls commented 10 months ago

Coverage Status

coverage: 66.312% (-0.1%) from 66.445% when pulling 361822858c39ca4afccee29d9b27a2f8ea481a09 on arunsathiya:trunk into 1bcc9a4ae6f31aa984931a223f7e3013d0531b88 on 10up:trunk.