File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ inputs:
28
28
required : false
29
29
type : string
30
30
default : ' false'
31
+ commonground_charts :
32
+ description : ' Show commonground charts'
33
+ required : false
34
+ type : string
35
+ default : ' false'
31
36
32
37
# Filters
33
38
filter_forks :
@@ -274,6 +279,7 @@ runs:
274
279
envkey_GATSBY_USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX : ${{ inputs.github_repository_name_as_prefix }}
275
280
envkey_GATSBY_GITHUB_REPOSITORY_NAME : ${{ inputs.repository }}
276
281
envkey_GATSBY_OPTIONAL_START_PAGE : ${{ inputs.start_page }}
282
+ envkey_GATSBY_COMMONGROUND_CHARTS : ${{ inputs.commonground_charts }}
277
283
envkey_GATSBY_FILTER_FORKS : ${{ inputs.filter_forks }}
278
284
envkey_GATSBY_FILTER_RATING : ${{ inputs.filter_rating }}
279
285
envkey_GATSBY_FILTER_RATING_DEFAULT : ${{ inputs.filter_rating_default }}
You can’t perform that action at this time.
0 commit comments