This commit is contained in:
Varun 2020-10-26 07:50:23 +05:30
parent 38a4226a2c
commit 1bef5f6a4b
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -73,6 +73,7 @@ if [ "$localCache" == "true" ]; then
if [ "$(git status --porcelain)" != "" ]; then
git add gitea.json -f
git commit -m "Updated / Created Gitea Local Repository Cache"
git push origin
#git push origin
git push "https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
fi
fi