From 1ff40c3e0f954158bf0f9c94e3097b6156e0c582 Mon Sep 17 00:00:00 2001 From: Chelsea Boling Date: Thu, 24 Jun 2021 17:24:44 -0700 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8c3ab50..d7393b7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,5 +11,5 @@ cd / && pipenv run /gh2jira sync \ --jira-project "$INPUT_JIRA_PROJECT" \ --direction "$INPUT_SYNC_DIRECTION" \ --issue-end-state "$INPUT_ISSUE_END_STATE" \ - --issue-reopen-state "$INPUT_ISSUE_REOPEN_STATE" \ + --issue-reopen-state "$INPUT_ISSUE_REOPEN_STATE" \ --state-issue -