Skip to content

Duplicate Issue to Dev Dashboard #32

Duplicate Issue to Dev Dashboard

Duplicate Issue to Dev Dashboard #32

name: Duplicate Issue to Dev Dashboard
on:
issues:
types: [opened]
jobs:
duplicate_issue:
name: duplicate_issue
runs-on: ubuntu-latest
steps:
- run: |

Check failure on line 12 in .github/workflows/duplicate_issue.yml

View workflow run for this annotation

GitHub Actions / Duplicate Issue to Dev Dashboard

Invalid workflow file

The workflow is not valid. .github/workflows/duplicate_issue.yml (Line: 12, Col: 12): Unrecognized named-value: 'br'. Located at position 26 within expression: 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"
env:
GH_TOKEN: ${{ secrets.GIT_PRIVATE_ISSUES_TOKEN }}