mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-01-11 12:08:25 +00:00
Remove junk code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user