Skip to content

Commit

Permalink
Test dist check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-corbalt committed May 3, 2024
1 parent b32e0fa commit c079717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async function run(): Promise<void> {
jiraToken: getRequiredInputOrEnv('jira-token', 'JIRA_TOKEN'),
jiraProjectKey: getRequiredInputOrEnv('jira-project-key', 'JIRA_PROJECT'),
jiraIgnoreStatuses: getDefaultInputOrEnv('jira-ignore-statuses', 'JIRA_IGNORE_STATUSES', 'Done, Closed, Resolved'),
jiraAssignee: getInputOrEnv('jira-assignee', 'JIRA_ASSIGNEE'),
jiraAssignee: getInputOrEnv('jira-assignee', 'JIRA_ASSIGNEE2'),
transitionMap: transitionMap,
dryRun: getInputOrEnvAndConvertToBool('dry-run', 'DRY_RUN', false)
}
Expand Down

0 comments on commit c079717

Please sign in to comment.