From fff56c4b263b0892102fbd8649b812e4ad7a522a Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Thu, 11 Sep 2025 16:12:26 +0300 Subject: [PATCH] feat: using directive --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c84a165..ea19c6e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: Deploy Docker Compose via SSH +runs: + using: composite on: push: branches: [ main ]