Skip to content

Commit

Permalink
changes in workflow 7
Browse files Browse the repository at this point in the history
  • Loading branch information
yevoros committed Aug 1, 2024
1 parent f285635 commit 6cac362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_jira_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
"project": {
"key": "FT"
},
"summary": "${{ github.event.issue.title }}",
"description": "Detailed description of the issueee",
"summary": "${{ ISSUE_TITLE }}",
"description": "${{ ISSUE_BODY }}",
"issuetype": {
"name": "Task"
"name": "${{ ISSUE_TYPE }}",
}
}
}' \
Expand Down

0 comments on commit 6cac362

Please sign in to comment.