This commit is contained in:
parent
2bfbd7d8e9
commit
939df3fcc4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user