Skip to content

Commit ee66b37

Browse files
authored
Merge pull request #18 from OpenCatalogi/feature/OP-257/diagrams
feature/OP-257/diagrams
2 parents 1604f3d + e170bb5 commit ee66b37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ inputs:
2828
required: false
2929
type: string
3030
default: 'false'
31+
commonground_charts:
32+
description: 'Show commonground charts'
33+
required: false
34+
type: string
35+
default: 'false'
3136

3237
# Filters
3338
filter_forks:
@@ -274,6 +279,7 @@ runs:
274279
envkey_GATSBY_USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX: ${{ inputs.github_repository_name_as_prefix }}
275280
envkey_GATSBY_GITHUB_REPOSITORY_NAME: ${{ inputs.repository }}
276281
envkey_GATSBY_OPTIONAL_START_PAGE: ${{ inputs.start_page }}
282+
envkey_GATSBY_COMMONGROUND_CHARTS: ${{ inputs.commonground_charts }}
277283
envkey_GATSBY_FILTER_FORKS: ${{ inputs.filter_forks }}
278284
envkey_GATSBY_FILTER_RATING: ${{ inputs.filter_rating }}
279285
envkey_GATSBY_FILTER_RATING_DEFAULT: ${{ inputs.filter_rating_default }}

0 commit comments

Comments
 (0)