Input

An iterable.

Output

Opposite of all - returns False if all items are identical, else True

Example

actions:
-   name: trigger-slack
    if: "keep.diff({{ steps.db-step.results }})"
    provider:
        type: slack
        config: " {{ providers.slack-demo }} "
        with:
            message: "Items are equal"