blob: 18e13226440dadf30ab1d0cb4d61433a7485ee9c [file] [log] [blame]
#!/bin/sh
echo "Push to branch $BRANCH";
header=$(echo -n "ad-m:$INPUT_REPO_TOKEN" | base64)
git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master;