mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-14 18:56:05 +00:00
Fix Default Parameter Problem (#5)
This commit is contained in:
parent
1ca67f5c1a
commit
a120d8dc24
@ -126,7 +126,7 @@ async function run() {
|
||||
|
||||
core.info(`slim on target: ${inputTarget}`);
|
||||
|
||||
await shell.exec('slim', ['b', '--target', inputTarget, '--continue-after', '1'], {cwd: SLIM_PATH});
|
||||
await shell.exec('slim', ['b', '--target', inputTarget], {cwd: SLIM_PATH});
|
||||
|
||||
const data = fs.readFileSync(path.join(SLIM_PATH, 'slim.report.json'));
|
||||
const report = JSON.parse(data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user