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 939df3fcc4 - Show all commits

View File

@ -10,7 +10,7 @@ if [ $http_response != "200" ]; then
else
git config user.name 'user2'
git config user.email 'user2@localhost'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@gitea.demb.uk/$GITHUB_REPOSITORY
git remote set-url origin https://x-access-token:$GITHUB_TOKEN@gitea.demb.uk/$GITHUB_REPOSITORY
git diff "list.csv"
git diff "list.csv" | python3 stdin2discord.py
git add "list.csv"