Skip to content

Commit

Permalink
🐛 Correct the input type name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcncl committed Jan 16, 2025
1 parent d378e2f commit 9ed1871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linear_issue_open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
const url = isIssue ? event.issue.html_url : event.pull_request.html_url;
const query = `
mutation CreateIssue($input: CreateIssueInput!) {
mutation CreateIssue($input: IssueCreateInput!) {
issueCreate(input: $input) {
success
issue {
Expand Down

0 comments on commit 9ed1871

Please sign in to comment.