set entry point explicitly

This commit is contained in:
olemorud
2022-12-07 19:02:27 +01:00
parent 87f80b0a2a
commit e45e862617

View File

@@ -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'