No description
Find a file
Charles P. f036641803
All checks were successful
GTFS Route Modification / modify_routes (push) Successful in 4s
🚧 pin to v1
2024-05-31 21:36:57 +02:00
.forgejo/workflows 🚧 pin to v1 2024-05-31 21:36:57 +02:00
action.yml initial commit 2024-05-31 20:59:21 +02:00
Dockerfile initial commit 2024-05-31 20:59:21 +02:00
LICENSE Initial commit 2024-05-31 18:19:56 +00:00
modify_gtfs.py 🔊 add some logging 2024-05-31 21:26:58 +02:00
README.md initial commit 2024-05-31 20:59:21 +02:00
requirements.txt initial commit 2024-05-31 20:59:21 +02:00

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'