We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addc59a commit 0644eeeCopy full SHA for 0644eee
entrypoint.sh
@@ -39,7 +39,7 @@ mkdir -p "$(dirname "$output")"
39
40
xunit-viewer --results="$results" --output="$output" --console=true --title="$title"
41
42
-recommended_attachment_name=echo "test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$HOSTNAME-$GITHUB_RUN_ID"
+recommended_attachment_name="test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$HOSTNAME-$GITHUB_RUN_ID"
43
44
echo ::set-output name=report-file::"$output" #reference available to other actions
45
echo ::set-output name=report-dir::"$report_dir" #for easy attachment of a folder
0 commit comments