mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-12 19:30:30 +02:00
Readded pull for bugfixing
This commit is contained in:
@@ -51,6 +51,7 @@ if _git_changed; then
|
||||
# Commit and push changes back
|
||||
if $INPUT_SAME_COMMIT; then
|
||||
echo "Amending the current commit..."
|
||||
git pull
|
||||
git commit --amend --no-edit
|
||||
else
|
||||
if $INPUT_ONLY_CHANGED; then
|
||||
|
||||
Reference in New Issue
Block a user