Not possible without doing this from PHP as you'd need to make several API calls. The Like is on the Comment and the Comment is on the Activity. The Like is not aware of the Activity. The trigger for that auto action is as follows.
Code:
$_PLUGINS->trigger( 'activity_onAfterLikeStream', array( $stream, $source, $row ) );
var2 would be the comment object and not the activity object.