Compare commits
3 Commits
test-lates
...
test
| Author | SHA1 | Date | |
|---|---|---|---|
| f129d57f30 | |||
| 607f3c8128 | |||
| 75e0f8bfa0 |
@@ -3,6 +3,9 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '30 17 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
update:
|
||||
@@ -12,9 +15,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: '3.7'
|
||||
architecture: 'x64'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install requests
|
||||
|
||||
Reference in New Issue
Block a user