Skip to content

Commit

Permalink
Fixed formatting in the GHA used to sync issues from JIRA.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 8, 2023
1 parent dc73389 commit 4096a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/post-opened-issue-to-jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
args: --from gfm --to jira --output=/github/workflow/issue.jira /github/workflow/issue.md

- name: Put output to the variable
run: |
run: |
echo 'JIRA_CONTENT<<EOF' >> $GITHUB_ENV
cat ${{ runner.temp }}/_github_workflow/issue.jira >> $GITHUB_ENV
echo >> $GITHUB_ENV
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
issue-number: ${{ github.event.issue.number }}
body: |
<br/>
---
JIRA: ${{ steps.create.outputs.issue }}
update-mode: 'append'

0 comments on commit 4096a0c

Please sign in to comment.