lots0logs / gh-action-get-changed-files

GitHub Action that saves changed files as JSON for use by other actions.
MIT License
88 stars 38 forks source link

Support For Windows Runners #21

Open JoeEager-VUMC-zz opened 3 years ago

JoeEager-VUMC-zz commented 3 years ago

Currently when attempting to use on a Windows Runner the process.env.HOME is undefined.

Suggest checking for the OS and if Windows, set process.env.HOME equal to the HOMEDRIVE and HOMEPATH environment variables.