Skip to content

Commit

Permalink
Change TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
s0 committed Jun 13, 2020
1 parent 788d79c commit 5a288cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/test/specs/ssh-custom-messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it('Test custom message templates', async () => {

// Check that the log of the repo is as expected
// (check tree-hash, commit message, and author)
// TODO: test {msg} placeholder and multiple commits with no content changes
// TODO: test {msg} placeholder and running action outside of a git repo
let log = (await util.exec(
'git log --pretty="format:msg:%B%ntree:%T%nauthor:%an <%ae>" branch-a',
{
Expand Down

0 comments on commit 5a288cc

Please sign in to comment.