From 5d514776adf1f26b60a69d267ca4ce3ec5934fb8 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sun, 24 Dec 2023 14:03:18 -0500 Subject: [PATCH] chore: test out pulling issue number with action-script action Signed-off-by: Devin Buhl --- .github/workflows/lychee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yaml b/.github/workflows/lychee.yaml index 384cec11faaf0..eb1c2f308fc88 100644 --- a/.github/workflows/lychee.yaml +++ b/.github/workflows/lychee.yaml @@ -36,7 +36,7 @@ jobs: script: | const query = `query($owner:String!, $name:String!, $title:String!) { repository(owner:$owner, name:$name){ - issues(first:100, in: $title) { + issues(first:100, in:$title) { nodes { id }