Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4be470 commit f26d4a7Copy full SHA for f26d4a7
start.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
+set -eux
3
echo "Push to branch $BRANCH";
4
-header=$(echo -n "ad-m:$INPUT_REPO_TOKEN" | base64)
5
+header=$(echo -n "ad-m:${INPUT_REPO-TOKEN}" | base64)
6
git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master;
0 commit comments