Use implicit defaults for most inputs so the GitHub Actions UI shows only the set options

This commit is contained in:
Benoit Daloze
2022-05-02 20:39:45 +02:00
parent dcbc29fae9
commit 69fe46858b
3 changed files with 4 additions and 14 deletions
Generated Vendored
+1 -1
View File
@@ -60837,7 +60837,7 @@ const inputDefaults = {
'ruby-version': 'default',
'rubygems': 'default',
'bundler': 'default',
'bundler-cache': 'true',
'bundler-cache': 'false',
'working-directory': '.',
'cache-version': bundler.DEFAULT_CACHE_VERSION,
}