Skip to content

Commit

Permalink
chore: test out pulling issue number with action-script action
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 24, 2023
1 parent b0a3ec6 commit 5d51477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5d51477

Please sign in to comment.