No description
|
Some checks failed
GTFS Route Modification / modify_routes (push) Has been cancelled
|
||
|---|---|---|
| .forgejo/workflows | ||
| action.yml | ||
| Dockerfile | ||
| LICENSE | ||
| modify_gtfs.py | ||
| README.md | ||
| requirements.txt | ||
| sample-feed.zip | ||
GTFS Route Type Modifier
Usage
name: GTFS Route Type Modification
on: [push]
jobs:
modify_routes:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run GTFS Route Modifier
uses: gtfs-actions/route-type-modifier@v1
with:
gtfs_file: 'path/to/your/gtfs.zip'
routes: '1:3,2:5'