From f951534650d3b1f0ed433726c5b832ba9d2cbc96 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sun, 21 Apr 2024 04:16:13 +0900 Subject: [PATCH] ci: test --- .github/workflows/cleanup-caches.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index 5f88abf6a..a6ec9a683 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -7,11 +7,10 @@ on: workflow_dispatch: inputs: branchNames: + description: 'List of branch(ref) names with caches to be deleted' required: false type: string - merge_group: - jobs: cleanup: runs-on: ubuntu-latest @@ -21,5 +20,4 @@ jobs: - name: Cleanup uses: 4m-mazi/souji-action@test with: - branch-names: main refs/pull/123/merge refs/tags/1.0.0 - dry-run: true + branch-names: ${{ inputs.branchNames }}