Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Apr 20, 2024
1 parent 198edb3 commit 70d728f
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: ${{ inputs.branchName }}
branch-names: ${{ inputs.branchNames }}
dry-run: true

0 comments on commit 70d728f

Please sign in to comment.