Feature: Add File Pattern Input (#13)

Feature: Add File Pattern Input
This commit is contained in:
Stefan Zweifel
2019-10-26 16:37:31 +02:00
committed by GitHub
4 changed files with 25 additions and 14 deletions

View File

@@ -10,6 +10,10 @@ inputs:
branch:
description: Branch where changes should be pushed too
required: true
file_pattern:
description: File pattern used for "git add"
required: false
default: '.'
runs:
using: 'docker'