Skip to content

Commit

Permalink
Add more error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Apr 5, 2022
1 parent bf9bd7d commit 946925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/web/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func validRunnerVersion(runnerVersion string) error {
}

if err := GHExistRunnerReleases(runnerVersion); err != nil {
return fmt.Errorf("runner_version is not found: %w", err)
return fmt.Errorf("runner_version is not found in GitHub Release: %w", err)
}

return nil
Expand Down

0 comments on commit 946925b

Please sign in to comment.