gh-actions-cache icon indicating copy to clipboard operation
gh-actions-cache copied to clipboard

A GitHub (gh) CLI extension to manage the GitHub Actions caches being used in a GitHub repository.

Results 19 gh-actions-cache issues
Sort by recently updated
recently updated
newest added

### What are you trying to accomplish? Added a note about GHES support for the extension ### What approach did you choose and why? Just a README update for the...

Branch column is show even when user has specified a `--branch` flag. Should we not show that column to save space? cc @heyamie

cli-bugbash

# CLI Feedback ## What have you loved? It's an easy-to-read list view. Thanks to the easy-to-read list, I was able to find a mistake in the cache key I...

bug
enhancement

### Describe the feature or problem you’d like to solve It would be cool to add a flag if we want to delete all cache from a repo or with...

enhancement

### Describe the feature or problem you’d like to solve A clear and concise description of what the feature or problem is. ### Proposed solution How will it benefit Actions...

enhancement

This extension currently uses the `go-gh` module's [`CurrentRepository` function](https://github.com/actions/gh-actions-cache/blob/d3293b69e1c5bc17686d815ab2c64618618c95df/internal/utils.go#L26) to determine the current repo. This function returns the first element of the list returned by the `git.Remotes()` internal function, which...

### Describe the feature or problem you’d like to solve We had a weird Maven failure in GHA that I suspected was due to a corrupted cache. I wanted to...

enhancement

I tried to use gh-actions-cache in a Github action. It failed with: ``` Error: Resource not accessible by integration. ``` It's not immediately clear which permission I needed to give...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

### What are you trying to accomplish? ### What approach did you choose and why? ### Anything you want to highlight for special attention from reviewers?