Skip to content

Commit fc90f6e

Browse files
authored
Merge pull request #70 from takumin/patch-1
Fix github actions link
2 parents 2fbdf51 + 61aea7e commit fc90f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)