test with sample feed
Some checks failed
GTFS Route Modification / modify_routes (push) Failing after 2s
Some checks failed
GTFS Route Modification / modify_routes (push) Failing after 2s
This commit is contained in:
parent
9903cbee0a
commit
9701a157ab
1 changed files with 9 additions and 2 deletions
|
@ -12,5 +12,12 @@ jobs:
|
|||
- 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'
|
||||
gtfs_file: 'sample-feed.zip'
|
||||
routes: 'AB:5,BFC:1'
|
||||
output_file: 'modified-feed.zip'
|
||||
|
||||
- name: Upload modified feed
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: modified-feed
|
||||
path: modified-feed.zip
|
Loading…
Reference in a new issue