| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8472492 commit 384d6cf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,7 +77,7 @@ jobs: | |||
| 77 | 77 | with: | |
| 78 | 78 | script: | | |
| 79 | 79 | const endpoint = github.request.endpoint | |
| 80 | - return endpoint({url: \"/graphql\"}).headers.accept | ||
| 80 | + return endpoint({url: "/graphql"}).headers.accept | ||
| 81 | 81 | result-encoding: string | |
| 82 | 82 | - id: previews-set-single | |
| 83 | 83 | name: Previews set to a single value | |
@@ -86,7 +86,7 @@ jobs: | |||
| 86 | 86 | previews: foo | |
| 87 | 87 | script: | | |
| 88 | 88 | const endpoint = github.request.endpoint | |
| 89 | - return endpoint({url: \"/graphql\"}).headers.accept | ||
| 89 | + return endpoint({url: "/graphql"}).headers.accept | ||
| 90 | 90 | result-encoding: string | |
| 91 | 91 | - id: previews-set-multiple | |
| 92 | 92 | name: Previews set to comma-separated list | |
@@ -95,7 +95,7 @@ jobs: | |||
| 95 | 95 | previews: foo,bar,baz | |
| 96 | 96 | script: | | |
| 97 | 97 | const endpoint = github.request.endpoint | |
| 98 | - return endpoint({url: \"/graphql\"}).headers.accept | ||
| 98 | + return endpoint({url: "/graphql"}).headers.accept | ||
| 99 | 99 | result-encoding: string | |
| 100 | 100 | - run: | | |
| 101 | 101 | echo "- Validating previews default" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments