We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f60241 commit eec6026Copy full SHA for eec6026
report/main.mjs
@@ -110,7 +110,8 @@ if (isAudit) {
110
}
111
112
113
-markdown += "\n*Reported by [buildcage](https://github.com/dash14/buildcage)*\n";
+const actionRepo = process.env.GITHUB_ACTION_REPOSITORY || "dash14/buildcage";
114
+markdown += `\n*Reported by [buildcage](https://github.com/${actionRepo})*\n`;
115
116
// Write Job Summary
117
const summaryFile = process.env.GITHUB_STEP_SUMMARY;
0 commit comments