initial commit
All checks were successful
GTFS Route Modification / modify_routes (push) Successful in 21s

This commit is contained in:
Charles P. 2024-05-31 20:55:22 +02:00 committed by Charles P.
parent 3539f4a221
commit 9903cbee0a
Signed by: charlesp
GPG key ID: 73DB72EFCC60AB96
6 changed files with 107 additions and 1 deletions

View file

@ -0,0 +1,16 @@
name: GTFS Route Modification
on: [push]
jobs:
modify_routes:
runs-on: docker
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'