We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247c2b5 commit 277d92cCopy full SHA for 277d92c
start.sh
@@ -6,4 +6,4 @@ echo "Push to branch ${INPUT_BRANCH}";
6
};
7
8
header=$(echo -n "ad-m:${INPUT_GITHUB_TOKEN}" | base64)
9
-git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master;
+git -c http.extraheader="AUTHORIZATION: basic $header" push origin HEAD:master;
0 commit comments