julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Fix incorrect GitHub actions path #78

Closed cjproud closed 9 months ago

cjproud commented 9 months ago

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.

IanButterworth commented 9 months 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.

cjproud commented 9 months ago

Thanks for adding those changes @IanButterworth. Didn't seem particularly easy to get the Windows test to pass that's for sure!

IanButterworth commented 9 months ago

Thanks for the quick report and suggestion!