3 Commits

Author SHA1 Message Date
f129d57f30 workflow
All checks were successful
Update channel domains / update (push) Successful in 17s
2025-01-17 21:50:02 +01:00
607f3c8128 workflow edit
Some checks failed
Update channel domains / update (push) Failing after 53s
2025-01-17 21:46:53 +01:00
75e0f8bfa0 Merge pull request 'test-latest' (#1) from test-latest into master
Reviewed-on: #1
2025-01-17 20:44:30 +00:00

View File

@@ -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