[PR #2755] [MERGED] fix: wrap subpath in '' (#2754) #2587

Closed
opened 2026-03-01 22:37:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2755
Author: @jsoref
Created: 5/13/2025
Status: Merged
Merged: 5/23/2025
Merged by: @mergify[bot]

Base: masterHead: issue-2754


📝 Commits (3)

  • 8027284 fix: wrap subpath in '' (#2754)
  • 63c8b07 Merge branch 'master' into issue-2754
  • 8874785 Merge branch 'master' into issue-2754

📊 Changes

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

View changed files

📝 pkg/runner/action_cache.go (+5 -5)
📝 pkg/runner/local_repository_cache.go (+2 -2)

📄 Description

before

[Check Spelling/Check Spelling] GoGitActionCache get content check-spelling/check-spelling with sha 001867346ea5ba54ea2660ec0d227ff5965813f8 subpath  at /Users/jsoref/.cache/act/check-spelling-check-spelling.git

after

[Check Spelling/Check Spelling] GoGitActionCache get content check-spelling/check-spelling with sha 001867346ea5ba54ea2660ec0d227ff5965813f8 subpath '' at /Users/jsoref/.cache/act/check-spelling-check-spelling.git

🔄 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/2755 **Author:** [@jsoref](https://github.com/jsoref) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/23/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `issue-2754` --- ### 📝 Commits (3) - [`8027284`](https://github.com/nektos/act/commit/8027284f76c73640a8286d8fe27287a1efacf223) fix: wrap subpath in '' (#2754) - [`63c8b07`](https://github.com/nektos/act/commit/63c8b07dfcd19de72d2fd5898b0d6c249bd4614c) Merge branch 'master' into issue-2754 - [`8874785`](https://github.com/nektos/act/commit/8874785f41e68815d9cc2e006a43afd1d4f54b1d) Merge branch 'master' into issue-2754 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/action_cache.go` (+5 -5) 📝 `pkg/runner/local_repository_cache.go` (+2 -2) </details> ### 📄 Description - Fix #2754 ### before ``` [Check Spelling/Check Spelling] GoGitActionCache get content check-spelling/check-spelling with sha 001867346ea5ba54ea2660ec0d227ff5965813f8 subpath at /Users/jsoref/.cache/act/check-spelling-check-spelling.git ``` ### after ``` [Check Spelling/Check Spelling] GoGitActionCache get content check-spelling/check-spelling with sha 001867346ea5ba54ea2660ec0d227ff5965813f8 subpath '' at /Users/jsoref/.cache/act/check-spelling-check-spelling.git ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 22:37:19 +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#2587
No description provided.