From f26d4a7a9f15267fe08d0166ec2d29448ce6899f Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Sat, 24 Aug 2019 13:31:16 +0200 Subject: [PATCH] Update start.sh --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 18e1322..1496361 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,6 @@ #!/bin/sh +set -eux echo "Push to branch $BRANCH"; -header=$(echo -n "ad-m:$INPUT_REPO_TOKEN" | base64) +header=$(echo -n "ad-m:${INPUT_REPO-TOKEN}" | base64) git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master; \ No newline at end of file