Skip to content

Commit

Permalink
Variable assignment fix, issued via CodeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
insyri committed Dec 4, 2021
1 parent a9474e2 commit f449610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Expand Up @@ -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
Expand Down

0 comments on commit f449610

Please sign in to comment.