change-route-type/README.md
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

401 B

GTFS Route Type Modifier

Usage

name: GTFS Route Type Modification

on: [push]

jobs:
  modify_routes:
    runs-on: ubuntu-latest
    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'