From 57d9a5af960ce15c859eff6e641db8c4e2be1c9a Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Mon, 5 Feb 2024 11:21:42 +0900 Subject: [PATCH] docs: document why section (#37) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d1f456..3be1bf7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ Souji Action is a GitHub Action that deletes all GitHub Actions Caches related to the context of the triggered workflow event, without any configuration required. +## Why + +GitHub Actions Caches have +[branch scope restriction](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache) +in place. This means that there are caches that will never be restored in the +future. This action allows you to easily delete such caches. + ## Usage `actions:write` permission is