workflows/eval: fix process job with author id argument

This commit is contained in:
Wolfgang Walther
2025-05-17 23:02:13 +02:00
parent c1053a2ea8
commit 57d8274118
+1 -1
View File
@@ -154,7 +154,7 @@ jobs:
--arg beforeResultDir ./targetResult \
--arg afterResultDir "$(realpath prResult)" \
--arg touchedFilesJson ./touched-files.json \
--arg githubAuthorId "$AUTHOR_ID" \
--argstr githubAuthorId "$AUTHOR_ID" \
-o comparison
cat comparison/step-summary.md >> "$GITHUB_STEP_SUMMARY"