blob: 1496361e6d52a52290398593ba5bfb82310432fe [file] [log] [blame]
#!/bin/sh
set -eux
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;