1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

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
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

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"