We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0738865 commit 2e03473Copy full SHA for 2e03473
.github/scripts/commit.sh
@@ -12,4 +12,4 @@ fi
12
git add .
13
git commit -m '[po] auto sync'
14
header="$(echo -n token:"$GITHUB_TOKEN" | base64)"
15
-git -c http.extraheader="AUTHORIZATION: basic $header" push
+git push
0 commit comments