Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Sep 3, 2019
1 parent 247c2b5 commit 277d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ echo "Push to branch ${INPUT_BRANCH}";
};

header=$(echo -n "ad-m:${INPUT_GITHUB_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 HEAD:master;

0 comments on commit 277d92c

Please sign in to comment.