Skip to content

Commit 6b16a5d

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2023-07-19) ### Features * add it.links.run placeholder ([#4](#4)) ([42298cf](42298cf))
1 parent 42298cf commit 6b16a5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dist/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24769,6 +24769,13 @@ const templateMessage = (params) => {
2476924769
const links = {
2477024770
commitSha: [params.linkRoot, repository, "commit", params.github.sha].join("/"),
2477124771
repository: [params.linkRoot, repository].join("/"),
24772+
run: [
24773+
params.linkRoot,
24774+
repository,
24775+
"actions",
24776+
"runs",
24777+
params.github.runId,
24778+
].join("/"),
2477224779
};
2477324780
return (0,squirrelly_cjs/* render */.sY)(params.configMessage, {
2477424781
github: params.github,

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)