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: Update set-env and add-path to use Environment Files #8

Closed amis92 closed 3 years ago

amis92 commented 3 years ago

Actions runners will mark as warning using these old commands, instead these should write to special env files

per https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

fixes #6