Skip to content

Commit

Permalink
Merge pull request #18 from OpenCatalogi/feature/OP-257/diagrams
Browse files Browse the repository at this point in the history
feature/OP-257/diagrams
  • Loading branch information
remko48 authored Mar 27, 2024
2 parents 1604f3d + e170bb5 commit ee66b37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ inputs:
required: false
type: string
default: 'false'
commonground_charts:
description: 'Show commonground charts'
required: false
type: string
default: 'false'

# Filters
filter_forks:
Expand Down Expand Up @@ -274,6 +279,7 @@ runs:
envkey_GATSBY_USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX: ${{ inputs.github_repository_name_as_prefix }}
envkey_GATSBY_GITHUB_REPOSITORY_NAME: ${{ inputs.repository }}
envkey_GATSBY_OPTIONAL_START_PAGE: ${{ inputs.start_page }}
envkey_GATSBY_COMMONGROUND_CHARTS: ${{ inputs.commonground_charts }}
envkey_GATSBY_FILTER_FORKS: ${{ inputs.filter_forks }}
envkey_GATSBY_FILTER_RATING: ${{ inputs.filter_rating }}
envkey_GATSBY_FILTER_RATING_DEFAULT: ${{ inputs.filter_rating_default }}
Expand Down

0 comments on commit ee66b37

Please sign in to comment.