Skip to content

Commit

Permalink
Update ticket_description.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio authored Oct 12, 2024
1 parent d054561 commit bd3fffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ticket_description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
url: 'https://api.linear.app/graphql'
method: 'POST'
customHeaders: '{"Content-Type": "application/json", "Authorization": "test"}'
data: '{"query": "{ issueUpdate(input: \"test\", id: \"PLA-2033\") { success } }" }'
data: '{"query": "mutation { issueUpdate(input: \"test\", id: \"PLA-2033\") { success } }" }'

0 comments on commit bd3fffd

Please sign in to comment.