first commit

This commit is contained in:
Adam Dobrawy
2019-08-24 13:04:49 +02:00
commit c4ba72ddd2
4 changed files with 72 additions and 0 deletions

5
start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/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;