No description
Find a file
Charles P. b5185b90e8
Some checks failed
GTFS Change Route Type / modify_routes (push) Failing after 47s
🚑 fix workdir being overridden by Actions
2024-06-01 22:59:15 +02:00
.forgejo/workflows 🚧 fix test workflow 2024-06-01 22:51:13 +02:00
action.yml 🚚 rename to Change Route Type Action 2024-06-01 22:49:34 +02:00
Dockerfile 🚑 fix workdir being overridden by Actions 2024-06-01 22:59:15 +02:00
LICENSE Initial commit 2024-05-31 18:19:56 +00:00
modify_gtfs.py 🚚 rename to Change Route Type Action 2024-06-01 22:49:34 +02:00
README.md 🚚 rename to Change Route Type Action 2024-06-01 22:49:34 +02:00
requirements.txt initial commit 2024-05-31 20:59:21 +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'