actions updateDomains con py3
This commit is contained in:
9
.github/workflows/updateDomains.yml
vendored
9
.github/workflows/updateDomains.yml
vendored
@@ -14,12 +14,13 @@ jobs:
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 2.7
|
||||
python-version: 3.7
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install requests
|
||||
|
||||
- name: Update domains
|
||||
run: |
|
||||
pip install requests
|
||||
python tools/updateDomains.py
|
||||
run: python tools/updateDomains.py
|
||||
|
||||
- name: Commit & Push changes
|
||||
uses: actions-js/push@master
|
||||
|
||||
Reference in New Issue
Block a user