Skip to content

Commit 02839ae

Browse files
Fix: explicitly pass inputs to Junie action for push events
Co-authored-by: Junie <[email protected]>
1 parent 96839dc commit 02839ae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test-linear.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ jobs:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
linear_api_token: ${{ secrets.LINEAR_API_TOKEN }}
5454
linear_state_in_progress: ${{ secrets.LINEAR_STATE_IN_PROGRESS }}
55-
linear_state_in_review: ${{ secrets.LINEAR_STATE_IN_REVIEW }}
55+
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

Comments
 (0)