Skip to content

Commit 38ad5fa

Browse files
ci: fix task name inconsistency
1 parent f0337f3 commit 38ad5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/ci.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ namespace :ci do
132132
end
133133
end
134134

135-
desc "Purge old caches in GitHub Actions"
136-
task :purge_caches, [:days] do |_, args|
135+
desc "Prune old caches in GitHub Actions"
136+
task :prune_caches, [:days] do |_, args|
137137
RubyWasm::Toolchain.check_executable("gh")
138138

139139
days = (args[:days] || 1).to_i

0 commit comments

Comments
 (0)