mirror of
https://github.com/libredirect/instances.git
synced 2024-12-06 19:26:17 +01:00
Update main.yml
This commit is contained in:
@@ -16,7 +16,8 @@ jobs:
|
||||
pip install requests colorama pyyaml
|
||||
- run: python instances.py
|
||||
- run: |
|
||||
git config --local user.email "action@github.com" --local user.name "GitHub Action"
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add -A
|
||||
git commit -m "Update instances" -a || :
|
||||
- uses: ad-m/github-push-action@v0.6.0
|
||||
|
||||
Reference in New Issue
Block a user