Skip to content

Commit d369e65

Browse files
committed
Fix matrix syntax
1 parent 6b562d8 commit d369e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/get-with-openssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
workflow_call:
55
outputs:
66
with-openssl:
7-
value: ${{ jobs.get-with-openssl.outputs.with-opennssl }}
7+
value: ${{ jobs.get-with-openssl.outputs.with-openssl }}
88

99
jobs:
1010
get-with-openssl:
1111
runs-on: ubuntu-latest
1212
outputs:
13-
with_openssl: "[{ toggle: OFF, name: noSSL}, { toggle: ON, name: SSL}]"
13+
with-openssl: "[{ toggle: OFF, name: noSSL}, { toggle: ON, name: SSL}]"
1414
steps:
1515
- run: exit 0

0 commit comments

Comments
 (0)