We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b388b5 commit 7e79b64Copy full SHA for 7e79b64
.github/workflows/gemini-pr-review.yml
@@ -35,15 +35,6 @@ jobs:
35
app-id: ${{ secrets.APP_ID }}
36
private-key: ${{ secrets.PRIVATE_KEY }}
37
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
-
47
- name: Determine checkout ref
48
id: checkout_ref
49
run: |
0 commit comments