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