Skip to content

Commit

Permalink
sc_network_timezones md yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve committed May 22, 2024
1 parent bc6d63b commit da1b2c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

defaults:
run:
working-directory: sb_network_timezones
working-directory: sc_network_timezones
shell: bash

jobs:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: snok/[email protected]
with:
version: 1.2.0
virtualenvs-path: sb_network_timezones/.venv
virtualenvs-path: sc_network_timezones/.venv
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: false
Expand All @@ -33,7 +33,7 @@ jobs:
with:
python-version: "3.10"
cache: "poetry"
cache-dependency-path: sb_network_timezones/pyproject.toml
cache-dependency-path: sc_network_timezones/pyproject.toml
check-latest: true
-
name: Lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_networks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
- name: Run network timezone updater.
run: |
pip install poethepoet
cd sb_network_timezones
cd sc_network_timezones
poetry install --no-root
poe poetry_update
poe run
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update networks and timezones

branch: sb_network_timezones
branch: sc_network_timezones
commit_options: '--no-verify --signoff'

file_pattern: sb_network_timezones
file_pattern: sc_network_timezones

# Optional commit user and author settings
commit_user_name: miigotu
Expand Down
5 changes: 5 additions & 0 deletions sickchill-news/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ GitHub remains as the repository.
Major updates in packages and functional improvements.
Head to [Discord:#Chat](https://discord.com/channels/502612977271439372/502612977803984898) for all SC items.

Update: If you get a warning in your log like **Missing time zone for network:** those can be added [here.](https://github.com/SickChill/sickchill.github.io/blob/master/sc_network_timezones/network_timezones.txt)
The location has been updated but keeps the old one for older installations.
This info is used to calculate the exact airtime of a show in your specific timezone. This allows SickChill to start searching more precise, without this the search starts at exactly midnight local time.


<br/>

####2024-02-02####
Expand Down

0 comments on commit da1b2c0

Please sign in to comment.