mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
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:
parent
559f0e73bf
commit
66fd1bdf2e
6 changed files with 95 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue