Closed schliflo closed 4 years ago
Testing Github Actions is pretty much a manual process at this point. If you could PR that change, I'll test it out locally and verify. It seems like a very reasonable and safe change, since the container filesystem isn't persisted anywhere.
Sure, I'll get right to it.
I am getting the following error:
A possible fix probably is using
git reset --hard ${baseRef}
instead ofgit checkout ${baseRef}
here: https://github.com/preactjs/compressed-size-action/blob/9754acd0ee298ba98deebeed0f8a0eae25e0f356/action.js#L91Is there a way for me to easily test this fix without publishing my own fork as an action? I'd be happy to create a PR, but I don't see a way to test this properly...