mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-25 08:38:43 +00:00
fix typo
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
1417948d3d
commit
8e58099c51
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const (
|
||||||
DescDeclined = "the build was rejected"
|
DescDeclined = "the build was rejected"
|
||||||
)
|
)
|
||||||
|
|
||||||
// getStatus is a helper functin that converts a Drone
|
// getStatus is a helper function that converts a Drone
|
||||||
// status to a Gitea status.
|
// status to a Gitea status.
|
||||||
func getStatus(status string) gitea.StatusState {
|
func getStatus(status string) gitea.StatusState {
|
||||||
switch status {
|
switch status {
|
||||||
|
|
Loading…
Reference in a new issue