diff --git a/action.yml b/action.yml index 132bddf..32d5cbd 100644 --- a/action.yml +++ b/action.yml @@ -250,7 +250,7 @@ runs: chmod +x custom_commands.sh echo "Execute file" - ./custom_commands.sh >> "$LOG_FILE" 2>&1 + ./custom_commands.sh >> "$LOG_FILE" 2>&1 || true EXIT_CODE=$? echo "Finished file"