Update start.sh
This commit is contained in:
parent
e4be47005b
commit
f26d4a7a9f
3
start.sh
3
start.sh
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -eux
|
||||||
echo "Push to branch $BRANCH";
|
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;
|
git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master;
|
Loading…
x
Reference in New Issue
Block a user