mirror of
https://github.com/go-gitea/gitea
synced 2025-10-30 02:48:26 +00:00
feat: fetch job data
This commit is contained in:
@@ -73,7 +73,7 @@ func GetRunJobByID(ctx context.Context, id int64) (*RunJob, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
} else if !has {
|
||||
return nil, ErrRunNotExist{
|
||||
return nil, ErrRunJobNotExist{
|
||||
ID: id,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user