Skip to content

Commit 61aea7e

Browse files
authored
Fix github actions link
The link when using the environment variable GITHUB_RUN_ID is wrong.
1 parent 2fbdf51 commit 61aea7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func gitlabci() (ci CI, err error) {
139139

140140
func githubActions() (ci CI, err error) {
141141
ci.URL = fmt.Sprintf(
142-
"https://github.com/%s/runs/%s",
142+
"https://github.com/%s/actions/runs/%s",
143143
os.Getenv("GITHUB_REPOSITORY"),
144144
os.Getenv("GITHUB_RUN_ID"),
145145
)

0 commit comments

Comments
 (0)