Skip to content

Commit ad6c6da

Browse files
committed
fix typo
1 parent 862b2f8 commit ad6c6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
1313
examples:
1414
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' ]\""
1616
required: true
1717
default: ""
1818
examples_enabled:
@@ -39,7 +39,7 @@ concurrency:
3939

4040
jobs:
4141
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 }}
4343
if: ${{ inputs.examples_enabled }}
4444
runs-on: ubuntu-latest
4545
strategy:

0 commit comments

Comments
 (0)