cli/pkg/cmd/cache/shared
toshimaru 818c158212
feat: Add ref option to gh cache list
List GitHub Actions caches with `ref` filtering.

> ref string
> The full Git reference for narrowing down the cache. The ref for a branch should be formatted as refs/heads/<branch name>. To reference a pull request use refs/pull/<number>/merge.

ref. https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28#list-github-actions-caches-for-a-repository
2024-02-17 09:28:06 +09:00
..
shared.go feat: Add ref option to gh cache list 2024-02-17 09:28:06 +09:00
shared_test.go test: Add unit test for cache.ExportData 2023-09-24 02:53:08 +09:00