Updated action name & add github action badge to README

This commit is contained in:
2024-05-13 23:01:07 +02:00
parent cd959a2b46
commit f19fa96c2a
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,7 @@
# Miljøbilen RSS # Miljøbilen RSS
![generate-rss workflow](https://github.com/kevinmidboe/miljobilen-rss/actions/workflows/main.yml/badge.svg)
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