We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f391c commit bbfd33fCopy full SHA for bbfd33f
.github/workflows/linear.yml
@@ -16,14 +16,10 @@ on:
16
jobs:
17
linear:
18
runs-on: ubuntu-22.04
19
- env:
20
- TEAM: ea750a9d-5a92-4fe2-a494-55fa114ba0dd
21
- TITLE: ${{ inputs.title }}
22
- DESCRIPTION: ${{ inputs.description }}
23
steps:
24
25
- name: create a linear issue
26
- uses: seripap/gh-linear-action@v1.0.3
+ uses: Akuukis/gh-linear-action@master
27
with:
28
linear-key: ${{ secrets.LINEAR_API_KEY_GITHUB_ACTIONS_BOT }}
29
linear-team-id: ea750a9d-5a92-4fe2-a494-55fa114ba0dd
0 commit comments