No description
Find a file
aeris d037da6265
All checks were successful
GTFS Route Modification / modify_routes (push) Successful in 3s
Actualiser .forgejo/workflows/test.yml
2024-06-01 17:22:49 +00:00
.forgejo/workflows Actualiser .forgejo/workflows/test.yml 2024-06-01 17:22:49 +00:00
action.yml 🚧 add arguments to dockerfile 2024-05-31 22:11:49 +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 🐛 i'm quite stupid isn't it ? 2024-05-31 22:26:31 +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
sample-feed.zip 🐛 i'm quite stupid isn't it ? 2024-05-31 22:26:31 +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'