diff --git a/automations.yaml b/automations.yaml index bbc39f5..d968df0 100644 --- a/automations.yaml +++ b/automations.yaml @@ -250,8 +250,7 @@ - condition: template value_template: "{{ trigger.json.ref | default('') != 'refs/heads/master' }}" then: - - stop: non-master ref ignored - stop_reason: "deploy webhook: non-master ref {{ trigger.json.ref | default('') }}" + - stop: "deploy webhook: non-master ref {{ trigger.json.ref | default('') }} ignored" - variables: changed_files: >- {{ (trigger.json.commits | default([]) | map(attribute='added') | flatten | list)