Skip to content

Commit 0e8bde9

Browse files
committed
fix typo
1 parent eefbabd commit 0e8bde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/git/commit_status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type CommitStatus struct {
3838
SHA string `xorm:"VARCHAR(64) NOT NULL INDEX UNIQUE(repo_sha_index)"`
3939

4040
// TargetURL points to the commit status page reported by a CI system
41-
// If Gitea Actions is used, it is a relative like "{RepoLink}/actions/runs/{RunID}/jobs{JobID}"
41+
// If Gitea Actions is used, it is a relative link like "{RepoLink}/actions/runs/{RunID}/jobs{JobID}"
4242
TargetURL string `xorm:"TEXT"`
4343

4444
Description string `xorm:"TEXT"`

0 commit comments

Comments
 (0)