git-auto-commit-action/actions.yml

25 lines
502 B
YAML
Raw Normal View History

2019-08-21 02:43:07 +08:00
name: Git Auto Commit
description: 'Automatically commits files which have been changed.'
2019-08-21 03:05:17 +08:00
author: Stefan Zweifel <hello@stefanzweifel.io>
2019-08-21 02:43:07 +08:00
inputs:
commit_message:
2019-09-20 16:46:35 +08:00
description: Commit message
2019-08-21 02:43:07 +08:00
required: true
2019-09-21 02:26:41 +08:00
branch:
2019-09-20 16:46:35 +08:00
description: Branch where changes should be pushed too
2019-09-20 16:30:36 +08:00
required: true
2019-10-26 02:51:12 +08:00
file_pattern:
description: File pattern used for "git add"
required: false
2019-10-26 02:51:12 +08:00
default: '.'
2019-09-20 16:30:36 +08:00
2019-08-21 02:43:07 +08:00
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: orange