From dfafce14b0b6f30afee62dfea33e43e0e76e2e5f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 6 Aug 2025 16:59:36 +0200 Subject: [PATCH] Update action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 698f2c0..9431df9 100644 --- a/action.yml +++ b/action.yml @@ -117,7 +117,6 @@ runs: mkdir -p "$OUTPUT_DIR" echo "📜 Executing custom shell commands..." - echo "set -e" > custom_commands.sh echo "${{ inputs.custom_shell_commands }}" >> custom_commands.sh chmod +x custom_commands.sh