Skip to content

Commit

Permalink
Update jiraIssueCreator.yml
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
oschwaldp-oci authored Jul 12, 2022
1 parent 5600327 commit 31db0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jiraIssueCreator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
JIRA_PROJECT_KEY: ${{ secrets.JIRA_PROJECT_KEY }}
JIRA_ISSUE_SUMMARY: ${{ github.event.issue.title }}
JIRA_ISSUE_DESCRIPTION: "${{ github.event.issue.url\\n\\n${{ github.event.issue_url }}}}"
JIRA_ISSUE_DESCRIPTION: "${{ github.event.issue.url }}\\n\\n${{ github.event.issue_url }}"
JIRA_ISSUE_TYPE_NAME: "Story"
- name: Check issue json
run: |
Expand Down

0 comments on commit 31db0de

Please sign in to comment.