From b36e177795f73f82ceeeee79616069806b3e655f Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Sat, 28 Feb 2026 12:54:53 +0100 Subject: [PATCH] fix: run gate via GITHUB_ACTION_PATH (marketplace safe) --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index fb6eb36..cfdfb0f 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,11 @@ author: Midia Kiasat runs: using: composite steps: + - name: CICULLIS gate + shell: bash + run: | + chmod +x "$GITHUB_ACTION_PATH/gate.sh" + "$GITHUB_ACTION_PATH/gate.sh" - shell: bash run: | chmod +x gate.sh