git-auto-commit-action/actions.yml

21 lines
400 B
YAML
Raw Normal View History

2019-08-20 18:43:07 +00:00
name: Git Auto Commit
description: 'Automatically commits files which have been changed.'
2019-08-20 19:05:17 +00:00
author: Stefan Zweifel <hello@stefanzweifel.io>
2019-08-20 18:43:07 +00:00
inputs:
commit_message:
2019-09-20 08:46:35 +00:00
description: Commit message
2019-08-20 18:43:07 +00:00
required: true
2019-09-20 18:26:41 +00:00
branch:
2019-09-20 08:46:35 +00:00
description: Branch where changes should be pushed too
2019-09-20 08:30:36 +00:00
required: true
2019-08-20 18:43:07 +00:00
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: orange