Skip to content

Commit 7e79b64

Browse files
committed
chore: remove debug workflow trigger step from Gemini PR review action
1 parent 0b388b5 commit 7e79b64

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ jobs:
3535
app-id: ${{ secrets.APP_ID }}
3636
private-key: ${{ secrets.PRIVATE_KEY }}
3737

38-
- name: Debug Workflow Trigger
39-
run: |
40-
echo "Event name: ${{ github.event_name }}"
41-
echo "Comment body: ${{ github.event.comment.body }}"
42-
echo "Author association: ${{ github.event.comment.author_association }}"
43-
echo "Is PR: ${{ github.event.issue.pull_request != null }}"
44-
echo "Contains @gemini: ${{ contains(github.event.comment.body, '@gemini') }}"
45-
echo "Comment author: ${{ github.event.comment.user.login }}"
46-
4738
- name: Determine checkout ref
4839
id: checkout_ref
4940
run: |

0 commit comments

Comments
 (0)