From 2bc5e6101c48885192e60343a360a0df0ac2cb5c Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Thu, 26 Sep 2024 09:09:32 -0700 Subject: [PATCH] Add debug output --- .github/workflows/pr-checklist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-checklist.yml b/.github/workflows/pr-checklist.yml index db75d3c689..bac457eff4 100644 --- a/.github/workflows/pr-checklist.yml +++ b/.github/workflows/pr-checklist.yml @@ -46,6 +46,7 @@ jobs: - name: Check if PR is not draft id: is-not-draft run: | + echo "${{ steps.pr.outputs }}" if [ "${{ steps.pr.outputs.draft }}" = "true" ]; then echo "PR is in draft state. Exiting." exit 0