2019-08-24 13:04:49 +02:00

5 lines
195 B
Bash
Executable File

#!/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;