Revert "Add printing of the lockfile after installation"

This reverts commit e8621f0b86.
This commit is contained in:
Benoit Daloze
2025-07-25 22:09:19 +02:00
parent e8621f0b86
commit 0ecad18fe5
2 changed files with 0 additions and 6 deletions
Generated Vendored
-3
View File
@@ -85350,9 +85350,6 @@ async function setupRuby(options = {}) {
if (inputs['bundler-cache'] === 'true') {
await common.time('bundle install', async () =>
bundler.bundleInstall(gemfile, lockFile, platform, engine, version, bundlerVersion, inputs['cache-version']))
await core.group(`Print lockfile`, async () =>
await exec.exec('cat', [lockFile]))
}
core.setOutput('ruby-prefix', rubyPrefix)
-3
View File
@@ -99,9 +99,6 @@ export async function setupRuby(options = {}) {
if (inputs['bundler-cache'] === 'true') {
await common.time('bundle install', async () =>
bundler.bundleInstall(gemfile, lockFile, platform, engine, version, bundlerVersion, inputs['cache-version']))
await core.group(`Print lockfile`, async () =>
await exec.exec('cat', [lockFile]))
}
core.setOutput('ruby-prefix', rubyPrefix)