Write the output to the $GITHUB_OUTPUT file#17
Conversation
winterjung
left a comment
There was a problem hiding this comment.
Thanks for your contribution! I didn't notice deprecations. Except env reference, lgtm!
Co-authored-by: winterjung <me@winterjung.dev>
|
🚀 Do you plan on creating a new release soon? |
|
@john-jam Sure. I have been released |
|
I am still hitting the warning but I guess it's because of the docker image (v2 tag) not yet updated. |
|
@john-jam I pushed docker image with |
|
This is a breaking change lol |
|
@RobKenis Thanks for reporting. I didn't notice it's breaking changes. 🥲 Could you add more some details for me to resolve problem? (environment, usage of hosted runner, etc.) |
|
These are the logs from the step We are using a hosted runner, running in an alpine-based container. |
|
Can you log a deprecation warning for |
This PR writes the output to the $GITHUB_OUTPUT file instead of echoing to stdout (see deprecation notes here).
Not 100% sure we have access to this file from within the container though.