Skip to content

Commit 0644eee

Browse files
author
Aaron Roller
committed
shell syntax error AM-337/gtest
1 parent addc59a commit 0644eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mkdir -p "$(dirname "$output")"
3939

4040
xunit-viewer --results="$results" --output="$output" --console=true --title="$title"
4141

42-
recommended_attachment_name=echo "test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$HOSTNAME-$GITHUB_RUN_ID"
42+
recommended_attachment_name="test-results-$GITHUB_REPOSITORY-$GITHUB_WORKFLOW-$HOSTNAME-$GITHUB_RUN_ID"
4343

4444
echo ::set-output name=report-file::"$output" #reference available to other actions
4545
echo ::set-output name=report-dir::"$report_dir" #for easy attachment of a folder

0 commit comments

Comments
 (0)