diff --git a/action.yml b/action.yml index ebf0fb3..4e8876d 100644 --- a/action.yml +++ b/action.yml @@ -112,6 +112,7 @@ runs: if: inputs.custom_shell_commands != '' shell: bash run: | + OUTPUT_DIR="outputs" LOG_FILE="${OUTPUT_DIR}/custom-shell.log" @@ -125,6 +126,7 @@ runs: echo "❌ Custom shell failed" >> $LOG_FILE echo "Exit Code: 1" >> $LOG_FILE echo "Exit Code: 1" + cat $LOG_FILE exit 1 }