Skip to content

Commit 8c06afc

Browse files
committed
update
1 parent 8051241 commit 8c06afc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
--runtime=nodejs20 \
3535
--source=./functions \
3636
--entry-point=onUserSettingsUpdate \
37-
--trigger-event-filters="type=google.cloud.firestore.document.v1.updated" \
38-
--trigger-event-filters="database=(default)" \
39-
--trigger-event-filters-path-pattern="document=users/{userId}/noticeSetting" \
37+
--trigger-event=providers/cloud.firestore/eventTypes/document.update \
38+
--trigger-resource="projects/linebot-799ed/databases/(default)/documents/users/{userId}/noticeSetting" \
4039
--timeout=60s

0 commit comments

Comments
 (0)