Skip to content

Commit 947835a

Browse files
feat: improve JSON formatting for deployment.json
1 parent 0418271 commit 947835a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/travel-adk-ai-agent/deployment.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"name": "Travel ADK AI Agent",
1212
"logoUrl": "https://goo.gle/3SfMkjb",
1313
"homepageTrigger": {
14-
"runFunction": $BASE_URL
14+
"runFunction": "$BASE_URL"
1515
}
1616
},
1717
"gmail": { "contextualTriggers": [{
1818
"unconditional": {},
19-
"onTriggerFunction": $BASE_URL
19+
"onTriggerFunction": "$BASE_URL"
2020
}]},
2121
"calendar": {},
2222
"drive": {},

0 commit comments

Comments
 (0)