Unverified Commit d8339054 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

workflows/eval: fix process job with author id argument (#408140)

parents ecf1a831 57d82741
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"