Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Oct 9, 2024
1 parent 43d8ef0 commit bdcfa04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cf-logs-fetcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bdcfa04

Please sign in to comment.