fixup console log of batch post id
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27s
Details
This commit is contained in:
parent
233dcee11f
commit
7d9734318a
|
@ -222,7 +222,7 @@ const start = async () => {
|
|||
return false;
|
||||
}
|
||||
const valid = authorsMatch(post.authors, expectedAuthors);
|
||||
console.log(`batch post ${pool.postId} is ${valid ? 'valid' : 'invalid'}`);
|
||||
console.log(`batch post ${pool.props.postId} is ${valid ? 'valid' : 'invalid'}`);
|
||||
return valid;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue