1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-03 02:23:44 +08:00
Files
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