You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like an answer to this also.
I am using act and mock-github to verify some workflows locally, and when I give a ref to the checkout action, it performs validation assuming the path should be {owner}/repo. This means you cannot checkout from a file path, which is necessary to work with mock-github.
Are there any plans to loosen this validation to support local filesystem repos?
Normally using git you can specify a path to pull the repo. I've tried to use
repository
to specify./some/path
, but it failed:As I'm trying to clone the repo to another folder which I've already have Git files locally.
The text was updated successfully, but these errors were encountered: