[PR #2173] [MERGED] feat: offline mode for new action cache #2303

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2173
Author: @ChristopherHX
Created: 1/28/2024
Status: Merged
Merged: 2/12/2024
Merged by: @mergify[bot]

Base: masterHead: feat-offline-mode-new-action-cache


📝 Commits (4)

  • 10488f7 feat: offline mode for new action cache
  • 0c30982 Merge branch 'master' into feat-offline-mode-new-action-cache
  • 003029f Merge branch 'master' into feat-offline-mode-new-action-cache
  • 018a132 Merge branch 'master' into feat-offline-mode-new-action-cache

📊 Changes

2 files changed (+51 additions, -2 deletions)

View changed files

📝 cmd/root.go (+10 -2)
pkg/runner/action_cache_offline_mode.go (+41 -0)

📄 Description

Currently --action-offline-mode is ignored with new-action-cache

  • Try fetch update of the action, otherwise use cached version

🔄 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/2173 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 1/28/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `feat-offline-mode-new-action-cache` --- ### 📝 Commits (4) - [`10488f7`](https://github.com/nektos/act/commit/10488f7c82036716797e4447a88e7e234b78b46a) feat: offline mode for new action cache - [`0c30982`](https://github.com/nektos/act/commit/0c3098298ffc1d4bbdff68f93294aff37be8305d) Merge branch 'master' into feat-offline-mode-new-action-cache - [`003029f`](https://github.com/nektos/act/commit/003029fa74fbbbbe13cad96ad9526cdc1da11440) Merge branch 'master' into feat-offline-mode-new-action-cache - [`018a132`](https://github.com/nektos/act/commit/018a132179aeaffb05297f67672adce44a898505) Merge branch 'master' into feat-offline-mode-new-action-cache ### 📊 Changes **2 files changed** (+51 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `cmd/root.go` (+10 -2) ➕ `pkg/runner/action_cache_offline_mode.go` (+41 -0) </details> ### 📄 Description Currently `--action-offline-mode` is ignored with new-action-cache * Try fetch update of the action, otherwise use cached version --- <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:52 +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#2303
No description provided.