Update action.yml
This commit is contained in:
+1
-1
@@ -366,7 +366,7 @@ runs:
|
||||
LOG_FILE="${OUTPUT_DIR}/custom-shell-after.log"
|
||||
mkdir -p "$OUTPUT_DIR"
|
||||
|
||||
if [ -z "$(echo "${{ inputs.custom_shell_commands }}" | xargs)" ]; then
|
||||
if [ -z "$(echo "${{ inputs.custom_shell_commands_after }}" | xargs)" ]; then
|
||||
echo "💡 No custom shell commands found" >> "$LOG_FILE"
|
||||
echo "Exit Code: 0" >> "$LOG_FILE"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user