We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951d0d2 commit c4afd92Copy full SHA for c4afd92
parser.js
@@ -79,7 +79,7 @@ var GitLab = (function () {
79
slug: slug,
80
branch: this.payload.ref.replace(/^refs\/heads\//, ''),
81
url: this.payload.repository.homepage,
82
- commit: this.payload.total_commits_count > 0 ? this.payload.commits.slice(-1) : undefined
+ commit: this.payload.total_commits_count > 0 ? this.payload.commits.slice(-1).message : undefined
83
});
84
};
85
0 commit comments