From 3e9c8506883c42aa285b6cd1ae18969c82cda911 Mon Sep 17 00:00:00 2001 From: Midia Kiasat Date: Sat, 28 Feb 2026 13:22:23 +0100 Subject: [PATCH] fix: run gate via bash (no chmod/exec dependency) --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index ad2be8a..51d0f44 100644 --- a/action.yml +++ b/action.yml @@ -16,8 +16,5 @@ runs: steps: - name: CICULLIS gate shell: bash - env: - CICULLIS_MODE: ${{ inputs.mode }} run: | - chmod +x "$GITHUB_ACTION_PATH/gate.sh" - "$GITHUB_ACTION_PATH/gate.sh" + bash "$GITHUB_ACTION_PATH/gate.sh"