Stations Human Diff #70987
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Stations Human Diff | |
on: | |
schedule: | |
# Github limit actually is */10 * * * * | |
# Every minute on workdays from 6h to 20h | |
- cron: '* 6-20 * * 1-5' | |
jobs: | |
stations_diff: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: trainline-eu/stations-human-diff@master | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |