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