diff --git a/.github/workflows/comment-pr.yaml b/.github/workflows/comment-pr.yaml index 92eafc51..90eefd88 100644 --- a/.github/workflows/comment-pr.yaml +++ b/.github/workflows/comment-pr.yaml @@ -21,6 +21,11 @@ jobs: json_diff_file_output: diff.json raw_diff_file_output: diff.txt file_output_only: "true" + - name: Show diff + env: + DIFF: ${{ steps.git-diff-action.outputs.raw-diff-path }} + run: | + cat $DIFF - name: Summarize env: DIFF: ${{ steps.git-diff-action.outputs.raw-diff-path }}