From 6a4ac318ea720676415c97c825be4d996ee647a4 Mon Sep 17 00:00:00 2001 From: Levente Bajczi Date: Sun, 12 Nov 2023 18:36:59 +0100 Subject: [PATCH] Fix typo --- .github/actions/benchexec-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/benchexec-report/action.yml b/.github/actions/benchexec-report/action.yml index 846a1fc84a..9e9253d517 100644 --- a/.github/actions/benchexec-report/action.yml +++ b/.github/actions/benchexec-report/action.yml @@ -38,7 +38,7 @@ runs: [ $incorrect -eq 0 ] || emoji=":exclamation:" echo "
$emoji ${i#BenchexecResults-} ($correct / $incorrect / $all)" >> $GITHUB_OUTPUT echo >> $GITHUB_OUTPUT - echo '`table-generator`'" output: [HTML](https://theta.mit.bme.hu/benchmark-results/${{ github.head_ref }}/$i/$(ls *.html))/[CSV](https://theta.mit.bme.hu/benchmark-results/$${{ github.head_ref }}/$i/$(ls *.csv))" >> $GITHUB_OUTPUT + echo '`table-generator`'" output: [HTML](https://theta.mit.bme.hu/benchmark-results/${{ github.head_ref }}/$i/$(ls *.html))/[CSV](https://theta.mit.bme.hu/benchmark-results/${{ github.head_ref }}/$i/$(ls *.csv))" >> $GITHUB_OUTPUT echo >> $GITHUB_OUTPUT echo '```' >> $GITHUB_OUTPUT cat *.txt >> $GITHUB_OUTPUT