Add tagging support

This commit is contained in:
ToMe25
2020-05-16 18:30:49 +02:00
parent 0e98be578d
commit 6b705fa3a4
3 changed files with 15 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ inputs:
description: Arguments for the git rm command
required: false
default: ""
tag:
description: The name of the tag to add to the new commit
required: false
default: ""
runs:
using: node12