Minor bun format

This commit is contained in:
km-anthropic
2025-07-14 12:22:04 -07:00
parent 5b3ce5ec6d
commit ba5d64171b

View File

@@ -40,11 +40,11 @@ jobs:
# Provider APIs - Choose one: # Provider APIs - Choose one:
# Anthropic (1P) # Anthropic (1P)
.anthropic.com .anthropic.com
# AWS Bedrock: # AWS Bedrock:
# bedrock.*.amazonaws.com # bedrock.*.amazonaws.com
# bedrock-runtime.*.amazonaws.com # bedrock-runtime.*.amazonaws.com
# Google Vertex AI: # Google Vertex AI:
# *.googleapis.com # *.googleapis.com
# vertexai.googleapis.com # vertexai.googleapis.com
@@ -56,7 +56,7 @@ jobs:
# Azure storage for GitHub Actions cache # Azure storage for GitHub Actions cache
.blob.core.windows.net .blob.core.windows.net
# Additional custom domains (newline-separated) # Additional custom domains (newline-separated)
# Set via CUSTOM_ALLOWED_DOMAINS repository variable # Set via CUSTOM_ALLOWED_DOMAINS repository variable
${{ vars.CUSTOM_ALLOWED_DOMAINS || '' }} ${{ vars.CUSTOM_ALLOWED_DOMAINS || '' }}