We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c0609 commit 179237bCopy full SHA for 179237b
1 file changed
scripts/utils.mjs
@@ -71,7 +71,7 @@ export function getNote() {
71
const repo = process.env.GITHUB_REPOSITORY;
72
const runId = process.env.GITHUB_RUN_ID;
73
if (repo && runId) {
74
- return `https://github.com/${repo}/actions/runs/${runId}`;
+ return `Submit via GitHub Actions: https://github.com/${repo}/actions/runs/${runId}`;
75
}
76
return 'https://github.com/FirefoxBar/HeaderEditor/blob/master/README.md';
77
0 commit comments