Skip to content

Commit c77e354

Browse files
Remove remaining template literal for consistency and YAML safety
Co-authored-by: reindervdw-cmi <200102462+reindervdw-cmi@users.noreply.github.com>
1 parent 9445b24 commit c77e354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/d2-diagrams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
'</details>\n\n' +
6868
'---\n\n' +
6969
'📥 You can also download the diagram from the [workflow artifacts]' +
70-
`(https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}).`;
70+
'(https://github.com/' + context.repo.owner + '/' + context.repo.repo + '/actions/runs/' + context.runId + ').';
7171
7272
// Find existing comment
7373
const comments = await github.rest.issues.listComments({

0 commit comments

Comments
 (0)