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 8ec0866 commit bfe608e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
BODY="${{ github.event.issue.body }}<br /> This issue is related to public issue https://github.com/chain4travel/camino-public-issues/issues/${{ github.event.issue.number }}"
gh issue --repo chain4travel/camino-private-issues \
create --title "${{ github.event.issue.title }}" --body '${{ github.event.issue.body <br /> This issue is related to public issue https://github.com/chain4travel/camino-public-issues/issues/github.event.issue.number }}' --assignee "mikrub" --label "Public Issue"
create --title "${{ github.event.issue.title }}" --body "$BODY" --assignee "mikrub" --label "Public Issue"
env:
GH_TOKEN: ${{ secrets.GIT_PRIVATE_ISSUES_TOKEN }}

0 comments on commit bfe608e

Please sign in to comment.