Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Oct 9, 2024
1 parent 3419599 commit 94f5479
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cf-logs-fetcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ jobs:
debug_info:
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- 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 "Is Pull Request: ${{ github.event.issue.pull_request }} ${{ github.event.issue }}"
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]') }}"
fetch_comment_log:
Expand Down

0 comments on commit 94f5479

Please sign in to comment.