-
Notifications
You must be signed in to change notification settings - Fork 19
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
Please convert output with latest environment files #4
Comments
Could you please explain a bit more in detail what should be changed? The github action doesn't use yaml to generate environment variables. It's all javascript. If you were worried about deprecated warnings try out v1.1.0 now. |
I think it refers to a warning, that set-output is deprecated. But this is only true, while inside a workflow yaml file. But in an action, it is actually fine to still use I found the same problem and the possible solution here: actions/toolkit#1218 |
Thanks @edlerd . I bumped the @actions/core version to 1.10 and the warning went away. I updated the v1.1.0 release instead of publishing a new one. |
Hi @mukunku 👋 Isn't this still using
? |
Hey @pmalek, I believe I'm basing this on this article:
|
Please check the open PR. It`s still not resolved. I fixed it in this commit: |
@mukunku thank you for this action! |
Please check this-
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
The text was updated successfully, but these errors were encountered: