Skip to content

Commit

Permalink
Fix typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jlove committed Oct 22, 2022
1 parent 472f712 commit ae75383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/team-jira-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
"name": "Story"
},
"components": [{
"id": ""${{ secrets.JIRA_COMPONENT }}""
"id": "${{ secrets.JIRA_COMPONENT }}"
}],
"labels": ["${{ secrets.JIRA_LABEL }}"],
"customfield_11401": {"id": "${{ secrets.JIRA_AREA }}""},
"customfield_11401": {"id": "${{ secrets.JIRA_AREA }}"},
"customfield_10008": "${{ secrets.JIRA_EPIC }}",
"assignee": {"name": null}
}
Expand Down

0 comments on commit ae75383

Please sign in to comment.