From 240075ab4a1b0476ad87d6ddc264ea096e43f65a Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 4 May 2023 01:22:28 -0400 Subject: [PATCH] ci: clarify clear cache instructions --- .github/workflows/clear-workflow-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clear-workflow-cache.yml b/.github/workflows/clear-workflow-cache.yml index 6439ff6a..7fce00ae 100644 --- a/.github/workflows/clear-workflow-cache.yml +++ b/.github/workflows/clear-workflow-cache.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: id: - description: "Which id to clear. Type 'main'/'master'/'all' to clean all." + description: "Which id to clear. Type main/master/all to clean all, and keep-main/keep-master to clean all but the main branch." required: false pull_request: types: