Introduce using of gitea actions for updates #1

Merged
norohind merged 20 commits from actions-test into master 2023-09-09 19:06:48 +03:00
Showing only changes of commit 1bd5b5098d - Show all commits

View File

@ -4,7 +4,7 @@ http_response=$(curl -s -L -o list.csv -w "%{http_code}" "https://docs.google.co
if [ $http_response != "200" ]; then
#echo "page not found"
#cat list.csv
git reset --hard | grep -v "HEAD is now at"
git reset --hard
exit 1
else