RUNNER_TOOL_CACHE
Path issue #213
Labels
No Label
kind
bug
kind
build
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#213
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use
catthehacker/ubuntu:act-latest
image. And found that the environment variableRUNNER_TOOL_CACHE
is set to/opt/hostedtoolcache
, but the runner will create aact-toolcache
volume and mount it to/toolcache
when it is initialized.The
action toolkit
caches the tool according to the environment variableRUNNER_TOOL_CACHE
.Is there a problem with the environment variable setting or the two paths are different?
act Maintainers are discussed in this PR.
This issue is similar to #70. As @sillyguodong said, it's related to the upstream and there is a PR trying to fix this. You could set the
RUNNER_TOOL_CACHE
environment variable to/toolcache
to cache tools toact-toolcache
volume for now, like #70 (comment)