We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefbabd commit 0e8bde9Copy full SHA for 0e8bde9
models/git/commit_status.go
@@ -38,7 +38,7 @@ type CommitStatus struct {
38
SHA string `xorm:"VARCHAR(64) NOT NULL INDEX UNIQUE(repo_sha_index)"`
39
40
// 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}"
+ // If Gitea Actions is used, it is a relative link like "{RepoLink}/actions/runs/{RunID}/jobs{JobID}"
42
TargetURL string `xorm:"TEXT"`
43
44
Description string `xorm:"TEXT"`
0 commit comments