ansible-community / github-docs-build

GitHub actions and workflows for building Ansible collection documentation.
GNU General Public License v3.0
10 stars 6 forks source link

GitHub Actions: Deprecating save-state and set-output commands #56

Closed tremble closed 1 year ago

tremble commented 1 year ago

Looking at the output of one of a recent docs validation run for amazon.aws I'm seeing:

 Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

It would appear that there's something that needs to change...

felixfontein commented 1 year ago

According to https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter, it should be rather easy to replace.

felixfontein commented 1 year ago

I tried this out in #57.