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 d426d48 commit e0142ae
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": "mutation { issueUpdate(input: \"{ \"description\": \"test\" }\", id: \"PLA-2033\") { success } }" }'
data: '{"query":"mutation issueUpdate($input: IssueUpdateInput!, $issueUpdateId: String!) {\n issueUpdate(input: $input, id: $issueUpdateId) {\n success\n }\n}","variables":{"input":{"description":"test"},"issueUpdateId":"PLA-2033"}}'

0 comments on commit e0142ae

Please sign in to comment.