No description
Find a file
Charles P. 9903cbee0a
All checks were successful
GTFS Route Modification / modify_routes (push) Successful in 21s
initial commit
2024-05-31 20:59:21 +02:00
.forgejo/workflows initial commit 2024-05-31 20:59:21 +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 initial commit 2024-05-31 20:59:21 +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'