Skip to content

Commit

Permalink
Merge pull request #655 from eosnetworkfoundation/jira-issue-creator-…
Browse files Browse the repository at this point in the history
…update

Update jiraIssueCreator.yml
  • Loading branch information
oschwaldp-oci authored Jul 12, 2022
2 parents 79ca9d7 + 45c336e commit 5600327
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 }}"
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 5600327

Please sign in to comment.