From 63cd264e4d457c45068be0349629cdf5ba6cb22a Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:31:57 +0500 Subject: [PATCH] pr --- .github/workflows/cf-logs-fetcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cf-logs-fetcher.yml b/.github/workflows/cf-logs-fetcher.yml index 625a986e3..766bed15a 100644 --- a/.github/workflows/cf-logs-fetcher.yml +++ b/.github/workflows/cf-logs-fetcher.yml @@ -11,7 +11,7 @@ jobs: - name: Debug Information run: | echo "Debugging information:" - echo "Is Pull Request: ${{ github.event.issue.pull_request }} ${{ github.event.issue }}" + echo "Is Pull Request: ${{ github.event.pull_request }} " echo "Comment Author: ${{ github.event.comment.user.login }} ${{ github.event.comment.user }}" echo "Condition for fetch_comment_log: ${{ (github.event.issue.pull_request != null) && (github.event.comment.user.login == 'cloudflare-pages[bot]') }}"