Skip to content

Commit 5a288cc

Browse files
committed
Change TODO
1 parent 788d79c commit 5a288cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/test/specs/ssh-custom-messages.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ it('Test custom message templates', async () => {
5151

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

0 commit comments

Comments
 (0)