[PR #1863] [MERGED] Allow to override location of action cache dir #2162

Closed
opened 2026-03-01 21:54:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1863
Author: @emzeat
Created: 6/12/2023
Status: Merged
Merged: 6/15/2023
Merged by: @mergify[bot]

Base: masterHead: feature/override-action-cache-dir


📝 Commits (2)

  • 982493f Allow to override location of action cache dir
  • e4c3b3a Merge branch 'master' into feature/override-action-cache-dir

📊 Changes

4 files changed (+7 additions, -0 deletions)

View changed files

📝 cmd/input.go (+1 -0)
📝 cmd/root.go (+2 -0)
📝 pkg/runner/run_context.go (+3 -0)
📝 pkg/runner/runner.go (+1 -0)

📄 Description

Adds an option to specify the directory below which actions and host workspaces will be stored. If left empty the previous location at $XDG_CACHE_HOME/act or $HOME/.cache/act will be used respectively.

Closes #1862.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1863 **Author:** [@emzeat](https://github.com/emzeat) **Created:** 6/12/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `feature/override-action-cache-dir` --- ### 📝 Commits (2) - [`982493f`](https://github.com/nektos/act/commit/982493f46a53bee7013fd1f12c90e8bbdfd60695) Allow to override location of action cache dir - [`e4c3b3a`](https://github.com/nektos/act/commit/e4c3b3a8ec750685e3a17117dde2077c7125737e) Merge branch 'master' into feature/override-action-cache-dir ### 📊 Changes **4 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/input.go` (+1 -0) 📝 `cmd/root.go` (+2 -0) 📝 `pkg/runner/run_context.go` (+3 -0) 📝 `pkg/runner/runner.go` (+1 -0) </details> ### 📄 Description Adds an option to specify the directory below which actions and host workspaces will be stored. If left empty the previous location at `$XDG_CACHE_HOME/act` or `$HOME/.cache/act` will be used respectively. Closes #1862. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2162
No description provided.