From e45e8626179da7a005a5a033f5c2d34b2cb7fc1d Mon Sep 17 00:00:00 2001 From: olemorud Date: Wed, 7 Dec 2022 19:02:27 +0100 Subject: [PATCH] set entry point explicitly --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92b570e..8f8e004 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: uses: 'google-github-actions/deploy-cloud-functions@v1' with: name: 'Coffee' + entry_point: Coffee description: 'Ping selected group of members on mattermost when coffee is mentioned' env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }}' runtime: 'go119'