No description
Find a file
2024-07-06 16:04:18 +02:00
.forgejo/workflows Initial commit 2024-07-06 16:04:18 +02:00
.gitignore Initial commit 2024-07-06 16:04:18 +02:00
action.yml Initial commit 2024-07-06 16:04:18 +02:00
Dockerfile Initial commit 2024-07-06 16:04:18 +02:00
generate_geojson.py Initial commit 2024-07-06 16:04:18 +02:00
LICENSE Initial commit 2024-07-06 16:04:18 +02:00
README.md Initial commit 2024-07-06 16:04:18 +02:00
requirements.txt Initial commit 2024-07-06 16:04:18 +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'