Current message from the actions bot in PRs looks like this:

which is fine if you only push once and it is unambiguous which commit is tested under PR count.
However, it gets a bit confusing if you push changes multiple times, because the bot will update the original comment instead of making a new one. Then it is not immediately clear, which test result is for which commit.
It should be a fairly simple task to include github.event.pull_request.head.sha in the comment. I would raise a PR myself, but I cant actually test it properly since I have no permission to trigger actions XD
Current message from the actions bot in PRs looks like this:

which is fine if you only push once and it is unambiguous which commit is tested under
PR count.However, it gets a bit confusing if you push changes multiple times, because the bot will update the original comment instead of making a new one. Then it is not immediately clear, which test result is for which commit.
It should be a fairly simple task to include
github.event.pull_request.head.shain the comment. I would raise a PR myself, but I cant actually test it properly since I have no permission to trigger actions XD