Add input to allow to cleanup Dagger home folder at the end of a job

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-05-31 10:18:33 +02:00
parent 559f0e73bf
commit 66fd1bdf2e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 95 additions and 4 deletions

View file

@ -24,7 +24,12 @@ inputs:
description: 'Just install Dagger'
default: 'false'
required: false
cleanup:
description: 'Cleanup Dagger home folder at the end of a job'
default: 'true'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'