From 0eb78af164bbc8cda933cd7b172b228ffb5cc211 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 6 Aug 2025 16:48:59 +0200 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index de53e80..5005d31 100644 --- a/action.yml +++ b/action.yml @@ -127,9 +127,9 @@ runs: echo "✅ Custom shell executed" >> $LOG_FILE echo "Exit Code: 0" >> $LOG_FILE - # - name: Show custom shell log if failed - # if: failure() - + - name: Show custom shell log if failed + if: failure() + cat outputs/custom-shell.log - name: Run tests and generate reports shell: bash