🚧 fix test workflow
Some checks failed
GTFS Change Route Type / modify_routes (push) Failing after 46s
Some checks failed
GTFS Change Route Type / modify_routes (push) Failing after 46s
This commit is contained in:
parent
70a882ee44
commit
bedfb6bff1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
run: curl -o sample-feed.zip https://developers.google.com/static/transit/gtfs/examples/sample-feed.zip
|
||||
|
||||
- name: Change some route types
|
||||
uses: gtfs-actions/route-type-modifier@main
|
||||
uses: gtfs-actions/change-route-type@main
|
||||
with:
|
||||
gtfs_file: 'sample-feed.zip'
|
||||
routes: 'AB:5,BFC:1'
|
||||
|
|
Loading…
Reference in a new issue