Allow to templatize the schedule tag

This commit is contained in:
CrazyMax 2020-10-25 14:50:33 +01:00
parent 88d487154b
commit 23f5d6bcf4
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
10 changed files with 14260 additions and 49 deletions

View file

@ -17,6 +17,10 @@ inputs:
tag-edge:
description: 'Branch that will be tagged as edge (default repo.default_branch)'
required: false
tag-schedule:
description: 'Handlebars template to apply to schedule tag'
default: 'nightly'
required: false
sep-tags:
description: 'Separator to use for tags output (default \n)'
required: false