Closed cjproud closed 1 year ago
Thanks. Just need to figure out how to make this work on windows as the action it uses doesn't seem to force bash on windows.
Also I recommend working off a branch rather than main from your fork.
Thanks for adding those changes @IanButterworth. Didn't seem particularly easy to get the Windows test to pass that's for sure!
Thanks for the quick report and suggestion!
PR to fix the issue outlined in #77 (and further discussed in https://github.com/actions/runner/issues/716) where the
${{ github.action_path }}
context variable points towards the incorrect path when the action is run within a container.