initial commit
All checks were successful
GTFS Route Modification / modify_routes (push) Successful in 21s
All checks were successful
GTFS Route Modification / modify_routes (push) Successful in 21s
This commit is contained in:
parent
3539f4a221
commit
9903cbee0a
6 changed files with 107 additions and 1 deletions
16
.forgejo/workflows/test.yml
Normal file
16
.forgejo/workflows/test.yml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue