Skip to content

undefined is not an object (evaluating 'se.file.name') #83

undefined is not an object (evaluating 'se.file.name')

undefined is not an object (evaluating 'se.file.name') #83

Workflow file for this run

name: Add issues to Linear
on:
issues:
types:
- opened
jobs:
add-to-linear:
name: Add issue to Linear
runs-on: ubuntu-latest
steps:
- uses: jamesacklin/linear-app-create-issue-action@v2
with:
issueTitle: ${{ github.event.issue.title }}
issueContent: ${{ github.event.issue.body }}
issueReporter: ${{ github.event.issue.user.login }}
issueUrl: ${{ github.event.issue.html_url }}
apiKey: ${{ secrets.LINEAR_APIKEY }}
teamId: ${{ secrets.LINEAR_TEAMID }}
stateId: ${{ secrets.LINEAR_STATEID }}