Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jun 16, 2022
1 parent 9d2e219 commit c3f23b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/options.go
Expand Up @@ -159,7 +159,7 @@ func (o *Options) Initialize() error {

inputToken := os.Getenv(EnvInputRepoToken)
if inputToken == "" {
inputToken := os.Getenv(EnvInputInternalRepoToken)
inputToken = os.Getenv(EnvInputInternalRepoToken)
if inputToken == "" {
return errInternalDefaultTokenEmpty
}
Expand Down

0 comments on commit c3f23b6

Please sign in to comment.