workflows/eval: fix process job with author id argument

(cherry picked from commit 57d8274118)
This commit is contained in:
Wolfgang Walther
2025-05-17 23:02:13 +02:00
parent f478418afd
commit 439253015c

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"