Atualização de paragens #743
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: regional-merge | |
on: | |
push: | |
branches: | |
- live | |
- next | |
- tests | |
jobs: | |
regional-merge: | |
runs-on: ubuntu-latest | |
# Give write permission to the default GITHUB_TOKEN | |
permissions: | |
contents: write | |
steps: | |
# Checkout the repository into the Docker container | |
- name: Checkout | |
uses: actions/checkout@main | |
with: | |
ref: ${{ github.head_ref }} | |
# Run the merge workflow | |
- name: Run GTFS Regional Merger | |
uses: carrismetropolitana/merger@production | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
files-to-merge: CM_GTFS_A1.zip,CM_GTFS_A2.zip,CM_GTFS_A3.zip,CM_GTFS_A4.zip | |
gtfs-origin-feeds-directory: feeds | |
gtfs-common-files-directory: files |