Skip to content

Commit 277d92c

Browse files
committed
Update start.sh
1 parent 247c2b5 commit 277d92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ echo "Push to branch ${INPUT_BRANCH}";
66
};
77

88
header=$(echo -n "ad-m:${INPUT_GITHUB_TOKEN}" | base64)
9-
git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master;
9+
git -c http.extraheader="AUTHORIZATION: basic $header" push origin HEAD:master;

0 commit comments

Comments
 (0)