change-route-type/action.yml
Charles P. 8552ae82b7
Some checks are pending
GTFS Route Modification / modify_routes (push) Waiting to run
initial commit
2024-05-31 20:55:22 +02:00

19 lines
383 B
YAML

name: 'GTFS Route Type Modifier'
description: 'Change route type in a GTFS feed.'
inputs:
gtfs_file:
description: 'Path to GTFS .zip file.'
required: true
routes:
description: 'List of routes and types.'
required: true
output_file:
description: 'Path to output .zip file.'
required: false
default: ''
runs:
using: 'docker'
image: 'Dockerfile'