Skip to content

Commit deaf29c

Browse files
authored
Default comment_id to 0 if not present
1 parent 1e3c7df commit deaf29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/holon-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
log_level: 'debug'
2828
build_from_source: true
2929
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
30-
comment_id: ${{ github.event.comment.id }}
30+
comment_id: ${{ github.event.comment.id || 0 }}
3131
secrets:
3232
anthropic_auth_token: ${{ secrets.ANTHROPIC_AUTH_TOKEN }}
33-
anthropic_base_url: ${{ secrets.ANTHROPIC_BASE_URL }}
33+
anthropic_base_url: ${{ secrets.ANTHROPIC_BASE_URL }}

0 commit comments

Comments
 (0)