File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
13
13
examples :
14
14
type : string
15
- description : " The list of examples to run. Pass a String with a valid JSON array such as \" [ 'HelloWorld', 'APIGAteway ' ]\" "
15
+ description : " The list of examples to run. Pass a String with a valid JSON array such as \" [ 'HelloWorld', 'APIGateway ' ]\" "
16
16
required : true
17
17
default : " "
18
18
examples_enabled :
@@ -39,7 +39,7 @@ concurrency:
39
39
40
40
jobs :
41
41
test-examples :
42
- name : Test Examples/${{ matrix.examples }} on Linux ${{ matrix.swift.swift_version }}
42
+ name : Test Examples/${{ matrix.examples }} on ${{ matrix.swift.swift_version }}
43
43
if : ${{ inputs.examples_enabled }}
44
44
runs-on : ubuntu-latest
45
45
strategy :
You can’t perform that action at this time.
0 commit comments