git-auto-commit-action/actions.yml
Stefan Zweifel 5de23163f2
Update actions.yml
Co-Authored-By: Zsolt Gomori <30864202+gomorizsolt@users.noreply.github.com>
2019-10-26 12:13:56 +02:00

25 lines
502 B
YAML

name: Git Auto Commit
description: 'Automatically commits files which have been changed.'
author: Stefan Zweifel <hello@stefanzweifel.io>
inputs:
commit_message:
description: Commit message
required: true
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'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: orange