fixup console log of batch post id
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27s Details

This commit is contained in:
Ladd Hoffman 2024-05-02 19:36:04 -05:00
parent 233dcee11f
commit 7d9734318a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});