git-auto-commit-action/actions.yml
2019-09-20 20:34:57 +02:00

21 lines
400 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
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: orange