From bdcfa04ed880de519cb85fb1937bcf50695e3479 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:42:42 +0500 Subject: [PATCH] debug --- .github/workflows/cf-logs-fetcher.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cf-logs-fetcher.yml b/.github/workflows/cf-logs-fetcher.yml index 07145f4cd..b90ca43ca 100644 --- a/.github/workflows/cf-logs-fetcher.yml +++ b/.github/workflows/cf-logs-fetcher.yml @@ -7,6 +7,12 @@ jobs: if: ${{ (github.event.issue.pull_request) && (github.event.comment.user.login == 'cloudflare-pages[bot]' ) }} runs-on: [ubuntu-latest] steps: + - name: Debug Information + run: | + echo "Debugging information:" + echo "Is Pull Request: ${{ github.event.issue.pull_request != null }}" + echo "Comment Author: ${{ github.event.comment.user.login }}" + echo "Condition Met: ${{ (github.event.issue.pull_request != null) && (github.event.comment.user.login == 'cloudflare-pages[bot]') }}" - name: Fetch & Print The Deployment Logs uses: agoric-labs/cf-logs-fetcher@v2 with: