Skip to content

Commit

Permalink
Update duplicate_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t authored Jun 13, 2024
1 parent 536d38b commit 4279d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- run: |
BODY_CONT="<br /> This issue is related to public issue https://github.com/chain4travel/camino-public-issues/issues/${{ github.event.issue.number }}"
echo '${{ github.event.issue.body }}' >> issue.md
echo "${{ github.event.issue.body }}" >> issue.md
ISSUE_BODY=$(cat issue.md)
ISSUE_TITLE=${{ github.event.issue.title }}
ISSUE_TITLE="${{ github.event.issue.title }}"
BODY=${ISSUE_BODY//['"']/'\"'}
TITLE=${ISSUE_TITLE//['"']/'\"'}
gh issue --repo chain4travel/camino-private-issues \
Expand Down

0 comments on commit 4279d72

Please sign in to comment.