diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2d65a4039..48529d1ef5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: id: execute-script run: | PR_COMMIT_PARITY_OUTPUT=$(./tools/pr-commit-parity.sh $GITHUB_CONTEXT) + echo "$PR_COMMIT_PARITY_OUTPUT" echo "$PR_COMMIT_PARITY_OUTPUT" >> "$GITHUB_OUTPUT" - name: See script output run: |