Merge pull request #700 from flatcar/scripts

run-kola-tests.yaml: fix path of PR comment file
This commit is contained in:
Thilo Fromm 2023-03-31 12:26:24 +02:00
commit 1784969919

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"