From 4fd787c17ee8c77ba9a81a9476990490778b13de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=A4ml?= Date: Thu, 6 Nov 2025 12:21:42 +0100 Subject: [PATCH] chore: use new downstream logic in preview environments --- saas-preview-environment/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saas-preview-environment/action.yml b/saas-preview-environment/action.yml index aa1cb1d..8df9fc2 100644 --- a/saas-preview-environment/action.yml +++ b/saas-preview-environment/action.yml @@ -30,6 +30,8 @@ runs: identity: PreviewEnvironment - name: Trigger preview environment uses: shopware/github-actions/downstream@main + env: + NEW_LOGIC: 1 with: repo: shopware/saas workflow: "preview-environment.yml"