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 f33b8a0 commit 8ec0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/duplicate_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- run: |
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 '${{ 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"
env:
GH_TOKEN: ${{ secrets.GIT_PRIVATE_ISSUES_TOKEN }}

0 comments on commit 8ec0866

Please sign in to comment.