We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96839dc commit 02839aeCopy full SHA for 02839ae
1 file changed
.github/workflows/test-linear.yml
@@ -52,4 +52,9 @@ jobs:
52
github_token: ${{ secrets.GITHUB_TOKEN }}
53
linear_api_token: ${{ secrets.LINEAR_API_TOKEN }}
54
linear_state_in_progress: ${{ secrets.LINEAR_STATE_IN_PROGRESS }}
55
- linear_state_in_review: ${{ secrets.LINEAR_STATE_IN_REVIEW }}
+ linear_state_in_review: ${{ secrets.LINEAR_STATE_IN_review }}
56
+ # Explicitly pass inputs for push events
57
+ action: ${{ github.event.inputs.action || 'linear_event' }}
58
+ issue_id: ${{ github.event.inputs.issue_id || 'JUN-5' }}
59
+ issue_title: ${{ github.event.inputs.issue_title || 'Test task' }}
60
+ issue_description: ${{ github.event.inputs.issue_description || 'Please add a comment \"Test\" to README.md' }}
0 commit comments