Skip to content

Commit 68aff8d

Browse files
authored
Update src/nightly_link.cr
1 parent 8bfde55 commit 68aff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nightly_link.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class NightlyLink
357357
end
358358
end
359359

360-
title = {"Repository #{repo_owner}/#{repo_name}", "Workflow #{workflow} | Branch #{branch} | Commit #{run.head_sha} | Timestamp #{run.updated_at}"}
360+
title = {"Repository #{repo_owner}/#{repo_name}", "Workflow #{workflow} | Branch #{branch} | Commit #{run.head_commit.id} | Timestamp #{run.updated_at}"}
361361
canonical = abs_url(NightlyLink.gen_dash_by_branch(
362362
repo_owner: repo_owner, repo_name: repo_name, workflow: workflow.rchop(".yml"), branch: branch
363363
))

0 commit comments

Comments
 (0)