mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #2208] [MERGED] refactor: simplify go-git cache #2323
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2323
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/2208
Author: @ChristopherHX
Created: 2/6/2024
Status: ✅ Merged
Merged: 2/18/2024
Merged by: @mergify[bot]
Base:
master← Head:refactor-simplify-go-git-action-cache📝 Commits (2)
d393dbcrefactor: simpilfy go-git cache2d3e685Merge branch 'master' into refactor-simplify-go-git-action-cache📊 Changes
2 files changed (+59 additions, -48 deletions)
View changed files
📝
pkg/runner/action_cache.go(+3 -32)📝
pkg/runner/action_cache_test.go(+56 -16)📄 Description
Doing a
refs/*/fetch seems unnecassary, short shas are rejected by the git protocol.This fixes using
HEADas action version and let git decide to prefer tag over branch name using short formAlso reduces complexity.
Fixes #2206
Includes extended test cases and no longer fetches a repository from my account.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.