fix: golang test report input argument

This commit is contained in:
Siyuan Miao 2025-05-16 20:04:54 +02:00 committed by Siyuan
parent 7e9ca3dbe3
commit a9021354b4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Golang Test Report
uses: becheran/go-testreport@v0.3.2
with:
output: "testreport.json"
input: "testreport.json"
- name: Upload artifact
uses: actions/upload-artifact@v4
with: