Added custom folder option

This commit is contained in:
2020-03-18 14:31:39 +01:00
parent 20dc277145
commit b94afd2dd0
3 changed files with 9 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ inputs:
branch:
description: Target branch for the changes
required: true
folder:
description: Starting folder for recursive search
required: false
default: '.'
runs:
using: 'docker'