Skip to content

Commit

Permalink
add updated_at to build status version
Browse files Browse the repository at this point in the history
  • Loading branch information
idr0id committed Apr 3, 2019
1 parent 76ddac9 commit 03f87b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ change_build_status() {
id: $pr.id|tostring,
title: $pr.title,
branch: $pr.feature_branch,
commit: $pr.commit
commit: $pr.commit,
updated_at: $pr.updated_at
},
metadata: [
{name: "state", value: $payload.state},
Expand Down

0 comments on commit 03f87b0

Please sign in to comment.