diff --git a/gitlab-job-status-failure.yml b/gitlab-job-status-failure.yml index 29e0cfb..bc6b99f 100644 --- a/gitlab-job-status-failure.yml +++ b/gitlab-job-status-failure.yml @@ -52,7 +52,7 @@ body: id : "{{ gitlab_proj_id }}" branch : "{{ git_commit_branch }}" - commit_message : "Job {{ lookup('env', 'JOB_ID') | default('N/A', true) }} - {{ inventory_hostname }}; SUCCESS" + commit_message : "Job {{ lookup('env', 'JOB_ID') | default('N/A', true) }} - {{ inventory_hostname }}; FAILURE" author_name : "{{ git_commit_author }}" author_email : "{{ git_commit_email }}" actions: