mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 23:21:15 +00:00
remove typo in github status message
This commit is contained in:
@@ -24,7 +24,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
DescPending = "this build is pending"
|
DescPending = "this build is pending"
|
||||||
DescSuccess = "the build was succcessful"
|
DescSuccess = "the build was successful"
|
||||||
DescFailure = "the build failed"
|
DescFailure = "the build failed"
|
||||||
DescError = "oops, something went wrong"
|
DescError = "oops, something went wrong"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user