Add deprecation message (#86)
Some checks failed
E2E Test / canary (macos-latest) (push) Has been cancelled
E2E Test / cache upload (macos-latest) (push) Has been cancelled
E2E Test / cache upload (ubuntu-latest) (push) Has been cancelled
E2E Test / cache upload (windows-latest) (push) Has been cancelled
ci-workflow / build (macos-latest) (push) Has been cancelled
ci-workflow / build (ubuntu-latest) (push) Has been cancelled
ci-workflow / build (windows-latest) (push) Has been cancelled
Code Scanning / CodeQL-Build (push) Has been cancelled
E2E Test / canary (ubuntu-latest) (push) Has been cancelled
E2E Test / canary (windows-latest) (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
Canary Test / cache upload (macos-latest) (push) Has been cancelled
Canary Test / cache upload (ubuntu-latest) (push) Has been cancelled
Canary Test / cache upload (windows-latest) (push) Has been cancelled
Canary Test / canary (macos-latest) (push) Has been cancelled
Canary Test / canary (ubuntu-latest) (push) Has been cancelled
Canary Test / canary (windows-latest) (push) Has been cancelled

* Add deprecation message

* Add some newlines
This commit is contained in:
Josh Gross
2024-10-21 12:20:02 -04:00
committed by GitHub
parent 0e7c371e56
commit 7a697757fb

View File

@@ -1,3 +1,12 @@
> [!IMPORTANT]
> This functionality has been integrated directly into the `gh` CLI
>
> https://cli.github.com/manual/gh_cache
>
> This extension should be removed and replaced with usage of `gh cache` directly
>
> `gh extension remove actions-cache`
# gh-actions-cache
✨ A GitHub (`gh`) [CLI](https://cli.github.com/) extension to manage the GitHub Actions [caches](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows) being used in a GitHub repository.