mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-13 03:40:31 +02:00
Variable assignment fix, issued via CodeFactor
This commit is contained in:
@@ -117,9 +117,9 @@ if _git_changed; then
|
||||
IF_COMMIT_DESC=""
|
||||
if [ "$INPUT_COMMIT_DESCRIPTION" != "" ]
|
||||
then
|
||||
$IF_COMMIT_DESC=" -m '$INPUT_COMMIT_DESCRIPTION'"
|
||||
IF_COMMIT_DESC=" -m '$INPUT_COMMIT_DESCRIPTION'"
|
||||
else
|
||||
$IF_COMMIT_DESC=""
|
||||
IF_COMMIT_DESC=""
|
||||
fi
|
||||
|
||||
# Commit and push changes back
|
||||
|
||||
Reference in New Issue
Block a user