Merge pull request #700 from flatcar/t-lo/fix-PR-test-reports

run-kola-tests.yaml: fix path of PR comment file
This commit is contained in:
Thilo Fromm 2023-03-31 12:22:48 +02:00 committed by GitHub
commit ee0c51167b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"