No description
Find a file
Charles P. 56b584abdf
Some checks failed
Cache OSM data / cache (push) Failing after 2m47s
Initial commit
2024-07-06 16:09:52 +02:00
.forgejo/workflows Initial commit 2024-07-06 16:09:52 +02:00
.gitignore Initial commit 2024-07-06 16:09:52 +02:00
action.yml Initial commit 2024-07-06 16:09:52 +02:00
Dockerfile Initial commit 2024-07-06 16:09:52 +02:00
generate_geojson.py Initial commit 2024-07-06 16:09:52 +02:00
LICENSE Initial commit 2024-07-06 16:09:52 +02:00
README.md Initial commit 2024-07-06 16:09:52 +02:00
requirements.txt Initial commit 2024-07-06 16:09:52 +02:00

GTFS Change Route Type Action

Usage

name: GTFS Change Route Type

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/change-route-type@main
        with:
          gtfs_file: 'path/to/your/gtfs.zip'
          routes: '1:3,2:5'