run-kola-tests.yaml: fix path of PR comment file

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2023-03-31 10:04:48 +02:00
parent 9e411fb6cf
commit ce2bf9bb75

View File

@ -356,4 +356,4 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
uses: mshick/add-pr-comment@v2
with:
message-path: "test-results.md"
message-path: "scripts/test-results.md"