Skip to content

Commit

Permalink
Merge pull request #658 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 76529e1 + 324d742 commit f04f8ba
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.html_url }}"
JIRA_ISSUE_DESCRIPTION: "${{ github.event.issue.url }}\\n\\n${{ github.event.issue.html_url }}"
JIRA_ISSUE_TYPE_NAME: "Story"
- name: Check issue json
run: |
Expand Down

0 comments on commit f04f8ba

Please sign in to comment.