We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788d79c commit 5a288ccCopy full SHA for 5a288cc
action/test/specs/ssh-custom-messages.spec.ts
@@ -51,7 +51,7 @@ it('Test custom message templates', async () => {
51
52
// Check that the log of the repo is as expected
53
// (check tree-hash, commit message, and author)
54
- // TODO: test {msg} placeholder and multiple commits with no content changes
+ // TODO: test {msg} placeholder and running action outside of a git repo
55
let log = (await util.exec(
56
'git log --pretty="format:msg:%B%ntree:%T%nauthor:%an <%ae>" branch-a',
57
{
0 commit comments