No description
Charles P.
e73d4f0053
All checks were successful
GTFS Change Route Type / modify_routes (push) Successful in 48s
|
||
---|---|---|
.forgejo/workflows | ||
action.yml | ||
Dockerfile | ||
LICENSE | ||
modify_gtfs.py | ||
README.md | ||
requirements.txt |
GTFS Change Route Type Action
Usage
name: GTFS Change Route Type
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/change-route-type@main
with:
gtfs_file: 'path/to/your/gtfs.zip'
routes: '1:3,2:5'