mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-07-24 09:16:07 +08:00
Add "repository" option for custom repository path
This commit is contained in:
@@ -17,6 +17,10 @@ inputs:
|
||||
description: File pattern used for "git add"
|
||||
required: false
|
||||
default: '.'
|
||||
repository:
|
||||
description: Path to repository
|
||||
required: false
|
||||
default: '.'
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
@@ -26,6 +30,7 @@ runs:
|
||||
- ${{ inputs.commit_options }}
|
||||
- ${{ inputs.branch }}
|
||||
- ${{ inputs.file_pattern }}
|
||||
- ${{ inputs.repository }}
|
||||
|
||||
branding:
|
||||
icon: 'git-commit'
|
||||
|
Reference in New Issue
Block a user