From 9d2cbcda26bdae4380056f6cde5665038bbea2cc Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sun, 21 Apr 2024 01:28:31 +0900 Subject: [PATCH] ci: Update cleanup-caches.yml --- .github/workflows/cleanup-caches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index e34cebfcc..b62107610 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -21,5 +21,5 @@ jobs: - name: Cleanup uses: 4m-mazi/souji-action@test with: - branch-names: ${{ fromJSON(inputs.branchName) }} + branch-names: inputs.branchName dry-run: true