mirror of
https://github.com/KevinMidboe/miljobilen-rss.git
synced 2025-10-29 17:50:23 +00:00
Updated action name & add github action badge to README
This commit is contained in:
3
.github/workflows/update-rss.yml
vendored
3
.github/workflows/update-rss.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
name: Run script generating new RSS file
|
name: Generate & upload RSS file
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- ci/test
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *" # Run every day at midnight
|
- cron: "0 0 * * *" # Run every day at midnight
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Miljøbilen RSS
|
# Miljøbilen RSS
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Generates RSS file for next pick up date & time for Miljøbilen from FolloRen webpage.
|
Generates RSS file for next pick up date & time for Miljøbilen from FolloRen webpage.
|
||||||
|
|
||||||
Requires a location name to search for on website as input.
|
Requires a location name to search for on website as input.
|
||||||
@@ -16,7 +18,7 @@ Smaller tasks:
|
|||||||
- [x] Connect to Google bucket, SA, etc.
|
- [x] Connect to Google bucket, SA, etc.
|
||||||
- [ ] Updates RSS generation
|
- [ ] Updates RSS generation
|
||||||
- [ ] Compare existing dates in RSS to fetched
|
- [ ] Compare existing dates in RSS to fetched
|
||||||
- [ ] alert on failing run
|
- [ ] alert on failing urn
|
||||||
|
|
||||||
### Handle rollover of date list
|
### Handle rollover of date list
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user