diff --git a/action/test/specs/ssh-custom-messages.spec.ts b/action/test/specs/ssh-custom-messages.spec.ts index 2c62ca8..2f09a22 100644 --- a/action/test/specs/ssh-custom-messages.spec.ts +++ b/action/test/specs/ssh-custom-messages.spec.ts @@ -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', {