Skip to content

Commit

Permalink
feat: fix typo (#3709)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored May 16, 2024
1 parent a687ab1 commit 4a1d227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-jira-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl \
--http1.1 \
-u "${JIRA_USER_EMAIL}:${JIRA_API_TOKEN}" \
"${JIRA_BASE_URL}'/rest/api/latest/issue/${JIRA_ID/transitions" \
"${JIRA_BASE_URL}/rest/api/latest/issue/${JIRA_ID}/transitions" \
-X POST \
-d '{"update":{"comment":[{"add":{"body":"Resolved via github actions"}}]},"transition":{"id":"31"},"fields":{"resolution":{"name":"Done"}}}' \
-H 'Content-type: application/json'
Expand Down

0 comments on commit 4a1d227

Please sign in to comment.