Unverified Commit 43925301 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/eval: fix process job with author id argument

(cherry picked from commit 57d82741)
parent f478418a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"