From 35aa45a9ab4501dd58b095828289a2cfba5eaae5 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Fri, 16 Aug 2024 12:28:58 -0600 Subject: [PATCH] ci: one more _topic --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 7031868..a6d9126 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -53,7 +53,7 @@ runs: source_dir: src/wmrc service_account: cloud-function-sa@${{ inputs.project_id }}.iam.gserviceaccount.com event_trigger_type: google.cloud.pubsub.topic.v1.messagePublished - event_trigger_pubsub_topic: projects/${{ inputs.project_id }}/topics/${{ steps.globals.outputs.TOPIC_NAME }}-topic + event_trigger_pubsub_topic: projects/${{ inputs.project_id }}/topics/${{ steps.globals.outputs.TOPIC_NAME }} memory: 1024M service_timeout: 9m environment_variables: STORAGE_BUCKET=${{ inputs.storage_bucket }}