Skip to content

Commit

Permalink
ci: Update cleanup-caches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Apr 20, 2024
1 parent 9d2cbcd commit 608964e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
delete:
workflow_dispatch:
inputs:
branchName:
branchNames:
required: false
type: string

Expand All @@ -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

0 comments on commit 608964e

Please sign in to comment.