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 d8aa448 commit b559d3eCopy full SHA for b559d3e
Rakefile
@@ -78,7 +78,7 @@ end
78
79
desc 'Fetch gems from a GitHub Actions run URL'
80
task :fetch_gems, [:url] do |_, args|
81
- url = args[:url] || ENV['URL']
+ url = args[:url] || ENV.fetch('URL', nil)
82
abort 'Usage: rake fetch_gems[url]' unless url
83
sh "libexec/fetch-gems #{url}"
84
end
0 commit comments