Skip to content

Commit 179237b

Browse files
committed
chore: update note
1 parent 30c0609 commit 179237b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function getNote() {
7171
const repo = process.env.GITHUB_REPOSITORY;
7272
const runId = process.env.GITHUB_RUN_ID;
7373
if (repo && runId) {
74-
return `https://github.com/${repo}/actions/runs/${runId}`;
74+
return `Submit via GitHub Actions: https://github.com/${repo}/actions/runs/${runId}`;
7575
}
7676
return 'https://github.com/FirefoxBar/HeaderEditor/blob/master/README.md';
7777
}

0 commit comments

Comments
 (0)