Skip to content

Commit

Permalink
Fix linear export for discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Dec 1, 2021
1 parent 44cf224 commit 68fca73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linear-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: Export to linear
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2
# - uses: hmarr/debug-action@v2
- name: Linear action
uses: shilman/linear-action@v1
with:
ghIssueNumber: ${{ github.event.number || github.event.issue.number }}
ghIssueNumber: ${{ github.event.number || github.event.issue.number || github.event.discussion.number }}
ghRepoOwner: ${{ github.event.repository.owner.login }}
ghRepoName: ${{ github.event.repository.name }}
ghToken: ${{ secrets.LINEAR_GH_TOKEN }}
Expand Down

0 comments on commit 68fca73

Please sign in to comment.