Skip to content

Commit

Permalink
Fix other typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 12, 2024
1 parent ebd2eae commit 67f82e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ jobs:
const {path, sha} = wf;
const {repository, filepath, ref} = parseWorkflowPath(path);
const fileUrl = `${context.serverUrl}/${repository}/blob/${ref}/${filepath}`;
core.summary.addRaw(`Workflow \`${filepath}\` from ${repository}@${ref} (\`{ref}\`) ([link to file](${fileUrl}))`, true);
core.summary.addRaw(`Workflow \`${filepath}\` from ${repository}@${ref} (\`${ref}\`) ([link to file](${fileUrl}))`, true);
}
core.summary.write()

0 comments on commit 67f82e0

Please sign in to comment.