mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
workflows/eval: fix process job with author id argument
This commit is contained in:
parent
c1053a2ea8
commit
57d8274118
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eval.yml
vendored
2
.github/workflows/eval.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue