-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
MODULE_NOT_FOUND during docker cp commandΒ #228
Copy link
Copy link
Closed
Labels
area/actionRelating to running an actionRelating to running an actionkind/bugSomething isn't workingSomething isn't workingmeta/workaroundA workaround has been identified.A workaround has been identified.
Metadata
Metadata
Assignees
Labels
area/actionRelating to running an actionRelating to running an actionkind/bugSomething isn't workingSomething isn't workingmeta/workaroundA workaround has been identified.A workaround has been identified.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Command I'm running
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04Error output
it looks like the code from gittools-actions-gitversion-setup@v0.9.2 is copied to /actions/ in the container but the action javascript expects the original directory name to be in the path. So the cp should be
cp /home/user/.cache/act/gittools-actions-gitversion-setup@v0.9.2 /actions/gittools-actions-gitversion-setup@v0.9.2