1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-03 02:27:16 +08:00

Add ref argument

This commit is contained in:
Stefan Zweifel
2019-09-20 10:30:36 +02:00
parent ed0ebb9072
commit 8cc484cbc5
2 changed files with 6 additions and 2 deletions

View File

@@ -14,6 +14,10 @@ inputs:
description: 'Email address of the commit author'
required: true
ref:
description: Branch to use
required: true
runs:
using: 'docker'
image: 'Dockerfile'