Skip to content

Commit 567fb90

Browse files
authored
Merge pull request #17 from OpenCatalogi/feature/OP-245/filters
feature/OP-245/filters
2 parents 3a4e854 + f936625 commit 567fb90

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

action.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ inputs:
4646
type: string
4747
default: '0'
4848
filter_layer:
49-
description: 'If you want to have the filter layer displayed, set it to "false" to not show this filter, to set a default value set to "'["{value1}", "{value2}"]'" values: ("interface", "process", "integration", "service", "data"), leave it empty to show the filter but not have it active'
49+
description: 'If you want to have the filter layer displayed, set it to "false" to not show this filter, to set a default value set to "["{value1}", "{value2}"]" values: ("interface", "process", "integration", "service", "data"), leave it empty to show the filter but not have it active'
5050
required: false
5151
type: string
5252
default: ' '
5353
filter_upl:
54-
description: 'If you want to have the filter upl displayed, set it to "false" to not show this filter, to set a default value set to "'["{value1}", "{value2}"]'" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/upls.ts), leave it empty to show the filter but not have it active'
54+
description: 'If you want to have the filter upl displayed, set it to "false" to not show this filter, to set a default value set to "["{value1}", "{value2}"]" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/upls.ts), leave it empty to show the filter but not have it active'
5555
required: false
5656
type: string
5757
default: ' '
@@ -66,7 +66,7 @@ inputs:
6666
type: string
6767
default: ' '
6868
filter_platforms:
69-
description: 'If you want to have the filter platforms displayed, set it to "false" to not show this filter, to set a default value set to "'["{value1}", "{value2}"]'" values: ("web", "windows", "mac", "linux", "ios", "android"), leave it empty to show the filter but not have it active'
69+
description: 'If you want to have the filter platforms displayed, set it to "false" to not show this filter, to set a default value set to "["{value1}", "{value2}"]" values: ("web", "windows", "mac", "linux", "ios", "android"), leave it empty to show the filter but not have it active'
7070
required: false
7171
type: string
7272
default: ' '
@@ -86,7 +86,7 @@ inputs:
8686
type: string
8787
default: ' '
8888
filter_business_functions:
89-
description: 'If you want to have the filter business functions displayed, set it to "false" to not show this filter, to set a default value set to "'["{value1}", "{value2}"]'" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/bedrijfsfuncties.ts), leave it empty to show the filter but not have it active'
89+
description: 'If you want to have the filter business functions displayed, set it to "false" to not show this filter, to set a default value set to "["{value1}", "{value2}"]" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/bedrijfsfuncties.ts), leave it empty to show the filter but not have it active'
9090
required: false
9191
type: string
9292
default: ' '
@@ -96,12 +96,12 @@ inputs:
9696
type: string
9797
default: ' '
9898
filter_business_services:
99-
description: 'If you want to have the filter business services displayed, set it to "false" to not show this filter, to set a default value set to "'["{value1}", "{value2}"]'" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/bedrijfsservices.ts), leave it empty to show the filter but not have it active'
99+
description: 'If you want to have the filter business services displayed, set it to "false" to not show this filter, to set a default value set to "["{value1}", "{value2}"]" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/bedrijfsservices.ts), leave it empty to show the filter but not have it active'
100100
required: false
101101
type: string
102102
default: ' '
103103
filter_reference_components:
104-
description: 'If you want to have the filter reference components displayed, set it to "false" to not show this filter, to set a default value set to "'["{value1}", "{value2}"]'" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/referentieComponenten.ts), leave it empty to show the filter but not have it active'
104+
description: 'If you want to have the filter reference components displayed, set it to "false" to not show this filter, to set a default value set to "["{value1}", "{value2}"]" values can be found [here](https://github.com/OpenCatalogi/web-app/blob/main/pwa/src/data/filters/referentieComponenten.ts), leave it empty to show the filter but not have it active'
105105
required: false
106106
type: string
107107
default: ' '
@@ -286,7 +286,7 @@ runs:
286286
envkey_GATSBY_FILTER_MAINTENANCE_TYPES: ${{ inputs.filter_maintenance_types }}
287287
envkey_GATSBY_FILTER_LICENSE: ${{ inputs.filter_license }}
288288
envkey_GATSBY_FILTER_BUSINESS_FUNCTIONS: ${{ inputs.filter_business_functions }}
289-
envkey_GATSBY_FILTER_SOFTWARE_TYPES: ${{ inputs.filter_software_types }}
289+
envkey_GATSBY_FILTER_SOFTWARE_TYPE: ${{ inputs.filter_software_type }}
290290
envkey_GATSBY_FILTER_BUSINESS_SERVICES: ${{ inputs.filter_business_services }}
291291
envkey_GATSBY_FILTER_REFERENCE_COMPONENTS: ${{ inputs.filter_reference_components }}
292292
envkey_GATSBY_ME_URL: ${{ inputs.me_url }}

0 commit comments

Comments
 (0)