From 336f30c3b4a7802a4616d7a38efd7f0f4cc8ae23 Mon Sep 17 00:00:00 2001 From: ryanisn <53449841+ryanisn@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:56:15 -0500 Subject: [PATCH] Update action.yaml --- action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yaml b/action.yaml index c65648a..640a5be 100644 --- a/action.yaml +++ b/action.yaml @@ -19,6 +19,8 @@ runs: run: | mkdir /tmp/.satis-build echo "{}" > /tmp/.satis-build/composer.json + + composer config allow-plugins.composer/satis true composer g require composer/satis:dev-main --prefer-dist \ --no-cache --no-progress --no-interaction -o \