Skip to content

Commit

Permalink
add new maps_design variable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tits4net committed Apr 1, 2024
1 parent b4adce3 commit 3ab2e3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
default: 'antarctica;europe/andorra;europe/france/guyane'
required: true
type: string
maps_design:
description: 'Design to use for generated map'
default: 'default'
required: true
type: string

jobs:
motomap-container-job:
Expand All @@ -19,6 +24,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}
env:
MAPS_LIST: ${{ github.event.inputs.maps_list }}
MAPS_DESIGN: ${{ github.event.inputs.maps_design }}
steps:
- name: Run script
run: bash /motomap/motomap/motomap.sh
Expand Down

0 comments on commit 3ab2e3a

Please sign in to comment.