Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Deprecate usage of set-output command and upgrade to environment variable #833

Closed
2 tasks done
ngdah opened this issue Dec 4, 2022 · 3 comments
Closed
2 tasks done
Labels
enhancement New feature or request

Comments

@ngdah
Copy link

ngdah commented Dec 4, 2022

Is this feature missing in the latest version?

  • I'm using the latest release

Is your feature request related to a problem? Please describe.

The workflow that uses tj-actions/changed-files action produces loads of warnings:

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/

Describe the solution you'd like?

Change:

echo "::set-output name=name_of_output::value_of_output"

to

echo "name_of_outupt=value_of_output"

Describe alternatives you've considered?

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ngdah ngdah added the enhancement New feature or request label Dec 4, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2022

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1
Copy link
Member

jackton1 commented Dec 4, 2022

@ngdah Can you verify that your using the latest version as this issue has been resolved.

@jackton1 jackton1 closed this as completed Dec 4, 2022
@ngdah
Copy link
Author

ngdah commented Dec 4, 2022

yes, after using the latest v34.5.0 the issue is confirmed to be fixed. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants