Skip to content

Commit 868df43

Browse files
committed
gha test 15
1 parent 1283deb commit 868df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
test_output=$(python3 e2e_scripts/tod_scripts/generate_test_summary.py "${filename}")
222222
{
223223
echo 'summary<<EOF'
224-
echo "{$test_output}"
224+
echo "$test_output"
225225
echo EOF
226226
} >> "$GITHUB_OUTPUT"
227227

0 commit comments

Comments
 (0)