Skip to content

Commit cec9c79

Browse files
authored
Fix more syntax
1 parent bbc58c7 commit cec9c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ git config --global user.name "$INPUT_AUTHOR"
3939
} || { # on no such remote branch, pull default branch instead
4040
echo "The input target branch does not already exist on the target repository. It will be created."
4141
git clone --single-branch "https://$INPUT_TOKEN@github.com/$INPUT_DESTINATION_REPO.git" "$CLONE_DIR"
42-
TARGET_BRANCH_EXISTS = false
42+
TARGET_BRANCH_EXISTS=false
4343
}
4444

4545
ls -la "$CLONE_DIR"

0 commit comments

Comments
 (0)