Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 12:57:52 +01:00
parent d7f7cb0bcf
commit e77c32c56a

View File

@ -112,7 +112,7 @@ jobs:
console.log("PR: ", pr.title);
console.log("USER: ", pr.user.login);
if (pr.user.login === "push-app-to-main") {
if (pr.user.login === "push-app-to-main[bot]") {
const scriptName = pr.title;
if (scriptName) {
try {