Skip to content

Commit

Permalink
Merge pull request #656 from eosnetworkfoundation/jira-issue-creator-fix
Browse files Browse the repository at this point in the history
Update jiraIssueCreator.yml
  • Loading branch information
oschwaldp-oci authored Jul 12, 2022
2 parents 5600327 + 31db0de commit 263aa27
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 263aa27

Please sign in to comment.