Skip to content

Commit b61dcc8

Browse files
committed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ jobs:
4040
echo "setting coverage brief"
4141
echo "coverage=$coverage" >> $GITHUB_ENV
4242
echo "Setting details"
43-
echo "coverage_details=$coverage_details" >> $GITHUB_ENV
43+
44+
{
45+
echo 'coverage_details<<EOF'
46+
$coverage_details
47+
echo EOF
48+
} >> "$GITHUB_ENV"
49+
4450
echo "done setting"
4551
4652

0 commit comments

Comments
 (0)