add option 'rm' (#156)

This commit is contained in:
Lucy Linder
2020-06-06 20:22:05 +02:00
committed by GitHub
parent 65fae902fc
commit 6cf8de253a
4 changed files with 29 additions and 16 deletions

View File

@@ -11,6 +11,10 @@ inputs:
description: 'Name of the tag that corresponds to the tip/nightly pre-release'
required: false
default: tip
rm:
description: 'Whether to delete all the previous artifacts, or only replacing the ones with the same name'
required: false
default: false
runs:
using: 'docker'
image: 'Dockerfile'