From 9701a157abc5a2f0a2904d27aadceeb0314ae2d9 Mon Sep 17 00:00:00 2001 From: "Charles P." Date: Fri, 31 May 2024 21:17:42 +0200 Subject: [PATCH] test with sample feed --- .forgejo/workflows/test.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index fa3a856..d004b66 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -12,5 +12,12 @@ jobs: - 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' \ No newline at end of file + gtfs_file: 'sample-feed.zip' + routes: 'AB:5,BFC:1' + output_file: 'modified-feed.zip' + + - name: Upload modified feed + uses: actions/upload-artifact@v2 + with: + name: modified-feed + path: modified-feed.zip \ No newline at end of file