Skip to content

Commit

Permalink
workaround?
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Oct 9, 2024
1 parent ce988fb commit 3419599
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
@@ -1,11 +1,17 @@
name: CF Deployment Logs
on:
pull_request:
types: [labeled]
issue_comment:
types: [created, edited]
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:"
Expand Down

0 comments on commit 3419599

Please sign in to comment.