git-auto-commit-action/actions.yml
2019-10-25 20:51:12 +02:00

24 lines
482 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"
default: '.'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: orange