Skip to content

Commit d7b6bae

Browse files
committed
remove stray quote
1 parent c9ea6d3 commit d7b6bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/connector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- connector: source-pokeapi
8686
cdk_extra: n/a
8787

88-
name: "${{ needs.cdk_changes.outputs[matrix.cdk_extra] == 'false' && 'Skipped Check' || 'Check' }}: '${{matrix.connector}}"
88+
name: "${{ needs.cdk_changes.outputs[matrix.cdk_extra] == 'false' && 'Skipped Check' || 'Check' }}: ${{matrix.connector}}"
8989
if: needs.cdk_changes.outputs['src'] == 'true'
9090
permissions:
9191
checks: write

0 commit comments

Comments
 (0)