mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Fix log statement
This commit is contained in:
parent
fa043bd474
commit
1ad5315ba7
@ -42,7 +42,7 @@ then
|
||||
fi
|
||||
|
||||
if is_defined "${INPUT_COMMIT_OPTIONS}"; then
|
||||
echo "INPUT_FILE_PATTERN: ${INPUT_COMMIT_OPTIONS}"
|
||||
echo "INPUT_COMMIT_OPTIONS: ${INPUT_COMMIT_OPTIONS}"
|
||||
|
||||
git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" "${INPUT_COMMIT_OPTIONS}"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user