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 b220ac61aa
commit 0bbf732582

View File

@ -353,4 +353,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"