We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993c75f commit 315e49fCopy full SHA for 315e49f
.github/actions/create-linear-issue/action.yml
@@ -62,8 +62,8 @@ runs:
62
TEAM_ID: ${{ steps.get_team.outputs.team_id }}
63
shell: bash
64
run: |
65
- TITLE="${{ github.event.inputs.title }}"
66
- DESCRIPTION="${{ github.event.inputs.description }}"
+ TITLE="${{ inputs.title }}"
+ DESCRIPTION="${{ inputs.description }}"
67
68
RESPONSE=$(curl -s -X POST https://api.linear.app/graphql \
69
-H "Content-Type: application/json" \
0 commit comments