Skip to content

Commit

Permalink
Update inputs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ authored Apr 23, 2024
1 parent 702f4a0 commit 785781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reqcheck/inputs/inputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
Token = "TOKEN"

// RequiredWorkflowPatterns is a yaml list of patterns to check
RequiredWorkflowPatterns = "REQUIRED_WORKFLOW_PATTERN"
RequiredWorkflowPatterns = "REQUIRED_WORKFLOW_PATTERNS"

// InitialDelaySeconds Initial delay before polling
InitialDelaySeconds = "INITIAL_DELAY_SECONDS"
Expand Down

0 comments on commit 785781e

Please sign in to comment.