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 d867d7b commit b755056
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
workflow_dispatch:
inputs:
branchNames:
description: 'List of branch(ref) names with caches to be deleted'
required: false
type: string

Expand All @@ -22,8 +21,5 @@ jobs:
- name: Cleanup
uses: 4m-mazi/souji-action@test
with:
branch-names: |
main
refs/pull/123/merge
refs/tags/1.0.0
branch-names: main refs/pull/123/merge refs/tags/1.0.0
dry-run: true

0 comments on commit b755056

Please sign in to comment.