Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Oct 9, 2024
1 parent 94f5479 commit 63cd264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cf-logs-fetcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]') }}"
Expand Down

0 comments on commit 63cd264

Please sign in to comment.