Skip to content

Commit

Permalink
Merge pull request #369 from Lombiq/issue/OSOE-879
Browse files Browse the repository at this point in the history
OSOE-879: Broken formatting in community issues
  • Loading branch information
sarahelsaig authored Jul 9, 2024
2 parents b946890 + d70857a commit 813f2ed
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@ runs:
- name: Update GitHub Issue
if: steps.issue-related-pr.outputs.is-issue-pr == 'False' && github.event.issue
# v3.3.3
uses: actions-cool/issues-helper@275328970dbc3bfc3bc43f5fe741bf3638300c0a
# v3.6.0
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e
with:
actions: update-issue
token: ${{ env.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
title: ${{ github.event.issue.title }} (${{ steps.create-issue.outputs.issue-key }})
body: ${{ github.event.issue.body }}\n\n[Jira issue](${{ steps.create-issue.outputs.issue-url }})
body: |
${{ github.event.issue.body }}
[Jira issue](${{ steps.create-issue.outputs.issue-url }})
update-mode: replace

0 comments on commit 813f2ed

Please sign in to comment.