Update action.yml
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user