Skip to content

Commit

Permalink
Merge pull request #108 from technologiestiftung/staging
Browse files Browse the repository at this point in the history
chore: Add SKIP_MAPBOX input variable to action
  • Loading branch information
Jaszkowic authored Oct 17, 2023
2 parents 6cfed52 + 022abf7 commit a3644de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ inputs:
description: ""
required: true
default: "INFO"
SKIP_MAPBOX:
description: "Set to 'True' to skip the Mapbox Tileset generation (for testing pipelines)"
required: true
default: "False"
runs:
using: "docker"
image: "harvester/Dockerfile"
Expand All @@ -64,3 +68,4 @@ runs:
MAPBOXLAYERNAME: ${{ inputs.MAPBOXLAYERNAME }}
LOGGING: ${{ inputs.LOGGING }}
DATABASE_URL: ${{ inputs.DATABASE_URL }}
SKIP_MAPBOX: ${{ inputs.SKIP_MAPBOX }}

0 comments on commit a3644de

Please sign in to comment.