Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 384d6cf

Browse filesBrowse files
committed
Fix quotations in tests
1 parent 8472492 commit 384d6cf
Copy full SHA for 384d6cf

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎.github/workflows/integration.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
script: |
7979
const endpoint = github.request.endpoint
80-
return endpoint({url: \"/graphql\"}).headers.accept
80+
return endpoint({url: "/graphql"}).headers.accept
8181
result-encoding: string
8282
- id: previews-set-single
8383
name: Previews set to a single value
@@ -86,7 +86,7 @@ jobs:
8686
previews: foo
8787
script: |
8888
const endpoint = github.request.endpoint
89-
return endpoint({url: \"/graphql\"}).headers.accept
89+
return endpoint({url: "/graphql"}).headers.accept
9090
result-encoding: string
9191
- id: previews-set-multiple
9292
name: Previews set to comma-separated list
@@ -95,7 +95,7 @@ jobs:
9595
previews: foo,bar,baz
9696
script: |
9797
const endpoint = github.request.endpoint
98-
return endpoint({url: \"/graphql\"}).headers.accept
98+
return endpoint({url: "/graphql"}).headers.accept
9999
result-encoding: string
100100
- run: |
101101
echo "- Validating previews default"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.