Fix error.

This commit is contained in:
Christian Gunderman
2026-04-29 10:39:44 -07:00
parent 8dbfe52e37
commit a09991c02a
8 changed files with 8 additions and 8 deletions
@@ -35,7 +35,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -31,7 +31,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -18,7 +18,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -18,7 +18,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -27,7 +27,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -29,7 +29,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -49,7 +49,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,
@@ -30,7 +30,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,