Skip to content

Commit

Permalink
added log to review-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 25, 2024
1 parent 1585d11 commit a8dee9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Skip merge queue
if: ${{ contains(github.ref, 'gh-readonly-queue') }}
run: exit 0
- name: Log
if: ${{ runner.debug }}
run: echo "::debug::$payload"
env:
payload: ${{ toJson(github.event) }}
- name: Get PR data
id: comments
run: |
Expand Down

0 comments on commit a8dee9d

Please sign in to comment.