We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0337f3 commit 38ad5faCopy full SHA for 38ad5fa
rakelib/ci.rake
@@ -132,8 +132,8 @@ namespace :ci do
132
end
133
134
135
- desc "Purge old caches in GitHub Actions"
136
- task :purge_caches, [:days] do |_, args|
+ desc "Prune old caches in GitHub Actions"
+ task :prune_caches, [:days] do |_, args|
137
RubyWasm::Toolchain.check_executable("gh")
138
139
days = (args[:days] || 1).to_i
0 commit comments