Skip to content

Commit

Permalink
Merge pull request #603 from eosnetworkfoundation/github-to-jira-issu…
Browse files Browse the repository at this point in the history
…e-relay-update

[3.2] Update jiraIssueCreator.yml
  • Loading branch information
oschwaldp-oci authored Jul 5, 2022
2 parents daa2eb0 + 87a379c commit 2de94ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.body }}"
JIRA_ISSUE_DESCRIPTION: "${{ github.event.issue.url }}"
JIRA_ISSUE_TYPE_NAME: "Story"
- name: Check issue json
run: |
Expand All @@ -39,4 +39,4 @@ jobs:
curl -u $JIRA_AUTH -X POST --data @issue.json -H "Content-Type: application/json" --url $JIRA_PROJECT_URL
env:
JIRA_AUTH: ${{ secrets.JIRA_USN_AND_TOKEN }}
JIRA_PROJECT_URL: ${{ secrets.JIRA_PROJECT_URL }}
JIRA_PROJECT_URL: ${{ secrets.JIRA_PROJECT_URL }}

0 comments on commit 2de94ed

Please sign in to comment.