mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-01-05 02:15:35 +00:00
Remove junk code
This commit is contained in:
parent
af33cfbb5c
commit
fa043bd474
@ -36,7 +36,7 @@ then
|
||||
if is_defined "${INPUT_FILE_PATTERN}"; then
|
||||
echo "INPUT_FILE_PATTERN: ${INPUT_FILE_PATTERN}"
|
||||
|
||||
git add get_value "${INPUT_FILE_PATTERN}"
|
||||
git add "${INPUT_FILE_PATTERN}"
|
||||
else
|
||||
git add .
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user