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
act version: 0.2.64
GOOS: linux
GOARCH: amd64
NumCPU: 12
Docker host: DOCKER_HOST environment variable is not set
Sockets found:
/var/run/docker.sock
Command used with act
act -j docker-run-test
Describe issue
When running the below workflow, then the new_dir created in step 2 is not available in the docker container of step 4 even though it should use the same workspace
This is a minimal test case, in reality I need to run a docker container that requires an --init hence why I'm using this workaround of calling docker run myself in a custom action.
pimlie
changed the title
github.workspace points to actual source code, not the volume act created
github.workspace points to actual workspace, not the volume act created
Jul 28, 2024
Bug report info
Command used with act
Describe issue
When running the below workflow, then the
new_dir
created in step 2 is not available in the docker container of step 4 even though it should use the same workspaceThis is a minimal test case, in reality I need to run a docker container that requires an
--init
hence why I'm using this workaround of calling docker run myself in a custom action.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
GITHUB_WORKSPACE doesn't work either
The text was updated successfully, but these errors were encountered: