diff --git a/.github/workflows/post-opened-issue-to-jira.yml b/.github/workflows/post-opened-issue-to-jira.yml index 396cecff2..0f5607b39 100644 --- a/.github/workflows/post-opened-issue-to-jira.yml +++ b/.github/workflows/post-opened-issue-to-jira.yml @@ -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<> $GITHUB_ENV cat ${{ runner.temp }}/_github_workflow/issue.jira >> $GITHUB_ENV echo >> $GITHUB_ENV @@ -49,6 +49,7 @@ jobs: issue-number: ${{ github.event.issue.number }} body: |
+ --- JIRA: ${{ steps.create.outputs.issue }} update-mode: 'append'