Update start.sh
This commit is contained in:
parent
247c2b50e3
commit
277d92c683
2
start.sh
2
start.sh
@ -6,4 +6,4 @@ echo "Push to branch ${INPUT_BRANCH}";
|
|||||||
};
|
};
|
||||||
|
|
||||||
header=$(echo -n "ad-m:${INPUT_GITHUB_TOKEN}" | base64)
|
header=$(echo -n "ad-m:${INPUT_GITHUB_TOKEN}" | base64)
|
||||||
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;
|
Loading…
x
Reference in New Issue
Block a user