mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-05-25 10:57:51 +02:00
Add file_pattern argument
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ then
|
||||
# Switch to branch from current Workflow run
|
||||
git checkout $INPUT_BRANCH
|
||||
|
||||
git add .
|
||||
git add $INPUT_FILE_PATTERN
|
||||
|
||||
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user