Skip to content

Commit 9ea47bc

Browse files
committed
Fix var name
1 parent b716175 commit 9ea47bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eo pipefail
44

55
echo "[notice] Set up cloned repo"
6-
git clone $repo out -b $TARGET_BRANCH
6+
git clone $repo out -b $targetBranch
77
cd out
88
git pull
99
git config user.name "${GITHUB_ACTOR}"

0 commit comments

Comments
 (0)