mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-26 09:42:10 +08:00
Cleanup
This commit is contained in:
@@ -5,17 +5,16 @@ author: Stefan Zweifel <hello@stefanzweifel.io>
|
||||
|
||||
inputs:
|
||||
commit_message:
|
||||
description: 'Commit message'
|
||||
description: Commit message
|
||||
required: true
|
||||
commit_author_name:
|
||||
description: 'Name of the commit author'
|
||||
description: Name of the commit author
|
||||
required: true
|
||||
commit_author_email:
|
||||
description: 'Email address of the commit author'
|
||||
description: Email address of the commit author
|
||||
required: true
|
||||
|
||||
ref:
|
||||
description: Branch to use
|
||||
description: Branch where changes should be pushed too
|
||||
required: true
|
||||
|
||||
runs:
|
||||
|
Reference in New Issue
Block a user