From 87556e236c4e976d74450d29008a04c808431d11 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sun, 21 Apr 2024 00:23:58 +0900 Subject: [PATCH] ci: Update cleanup-caches.yml --- .github/workflows/cleanup-caches.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index a2a940394..b15c6b1fa 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -6,7 +6,7 @@ on: delete: workflow_dispatch: inputs: - branchNames: + branchName: required: false type: string @@ -21,5 +21,6 @@ jobs: - name: Cleanup uses: 4m-mazi/souji-action@test with: - branch-names: ${{ inputs.branchNames }} + branch-names: | + ${{ inputs.branchName }} dry-run: true