Skip to content

Commit

Permalink
qwerty
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-1651 committed Oct 21, 2024
1 parent a005ea3 commit 325b24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const (
envVarExcludeWorkflowInitiatorAsApprover string = "INPUT_EXCLUDE-WORKFLOW-INITIATOR-AS-APPROVER"
envVarAdditionalApprovedWords string = "INPUT_ADDITIONAL-APPROVED-WORDS"
envVarAdditionalDeniedWords string = "INPUT_ADDITIONAL-DENIED-WORDS"
envVarTargetRepo string = "INPUT_TARGET-REPO"
envVarTargetRepoOwner string = "INPUT_TARGET-REPO-OWNER"
envVarTargetRepo string = "INPUT_TARGET-REPOSITORY"
envVarTargetRepoOwner string = "INPUT_TARGET-REPOSITORY-OWNER"
)

var (
Expand Down

0 comments on commit 325b24a

Please sign in to comment.