fix: golang test report input argument

This commit is contained in:
Siyuan Miao 2025-05-16 20:04:54 +02:00
parent 3ec1bdf388
commit 840743fcf7
1 changed files with 1 additions and 1 deletions

View File

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