Skip to content

Commit 707faac

Browse files
authored
ci: fix trailing double quote issue (#36)
1 parent 3ae6bd7 commit 707faac

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
@@ -114,4 +114,4 @@ jobs:
114114
airbyte-ci connectors \
115115
--name ${{matrix.connector}} \
116116
test
117-
--global-status-check-context='Connectors Test: ${{matrix.connector}}'"
117+
--global-status-check-context='Connectors Test: ${{matrix.connector}}'

0 commit comments

Comments
 (0)