Amadevus / pwsh-script

GitHub Action to run PowerShell scripts in a rich, prepared scope - inspired by actions/github-script.
MIT License
47 stars 8 forks source link

fix: correctly handle multiline values in Set-ActionOutput #18

Closed amis92 closed 1 year ago

amis92 commented 1 year ago

by extension, also Set-ActionVariable is fixed, as it has silently suffered from the same issue since last update.

fixes #17