We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6842b40 commit e98a310Copy full SHA for e98a310
scripts/push-theme-readme.sh
@@ -6,6 +6,7 @@ export BRANCH_NAME=updated-theme-readme
6
git --version
7
git config --global user.email "[email protected]"
8
git config --global user.name "GitHub Readme Stats Bot"
9
+git config --global --add safe.directory ${GITHUB_WORKSPACE}
10
git branch -d $BRANCH_NAME || true
11
git checkout -b $BRANCH_NAME
12
git add --all
0 commit comments