From 277d92c6839832be0629c34437fe6f2d06b06366 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 3 Sep 2019 10:47:38 +0200 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 5ec381c..779eaf1 100755 --- a/start.sh +++ b/start.sh @@ -6,4 +6,4 @@ echo "Push to branch ${INPUT_BRANCH}"; }; header=$(echo -n "ad-m:${INPUT_GITHUB_TOKEN}" | base64) -git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master; \ No newline at end of file +git -c http.extraheader="AUTHORIZATION: basic $header" push origin HEAD:master; \ No newline at end of file