git-auto-commit-action/actions.yml
Stefan Zweifel 134234c02d
Feature: Add File Pattern Input (#13)
Feature: Add File Pattern Input
2019-10-26 16:37:31 +02:00

25 lines
569 B
YAML

name: Git Auto Commit
description: 'Automatically commits files which have been changed during the workflow run and push changes back to remote repository.'
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"
required: false
default: '.'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-commit'
color: orange