github-action-utils icon indicating copy to clipboard operation
github-action-utils copied to clipboard

Moves the encoding call to improve output

Open tomer-ds opened this issue 3 years ago • 3 comments

tomer-ds avatar Mar 06 '23 07:03 tomer-ds

Can you please re-base the branch? tests were failing.

saadmk11 avatar Mar 11 '23 16:03 saadmk11

I tried it out but seems like the problem still exists. Please let me know if I am wrong. :)

saadmk11 avatar Mar 11 '23 17:03 saadmk11

I'm not sure that escaping is even required when you're using heredoc output, as long as HEREDOC string is unique.

As per github example: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string

ibexa-yuna avatar Apr 24 '23 14:04 ibexa-yuna