Skip to content

Commit

Permalink
try no brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-morrison44 committed Mar 18, 2024
1 parent 1964475 commit 18fade3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
script: |
const fs = require("fs")
const query = `query() {
const query = `query {
user(login:"${context.repo.owner}") {
... on Sponsorable {
sponsors(first: 10) {
Expand Down

0 comments on commit 18fade3

Please sign in to comment.