Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 12:59:16 +01:00
parent e77c32c56a
commit 88f889770a

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[bot]") {
if (pr.user.login.includes("push-to-main-app")) {
const scriptName = pr.title;
if (scriptName) {
try {