Skip to content

Commit

Permalink
add updated_at to out version
Browse files Browse the repository at this point in the history
  • Loading branch information
idr0id committed Apr 3, 2019
1 parent 03f87b0 commit e409aeb
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 @@ -117,7 +117,8 @@ push() {
id: $pr.id|tostring,
title: $pr.title,
branch: $pr.feature_branch,
commit: $git.version.ref
commit: $git.version.ref,
updated_at: $pr.updated_at
},
metadata: $git.metadata
}' >&3
Expand Down

0 comments on commit e409aeb

Please sign in to comment.