use lowercase cloud function name
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: 'Deploy Cloud Function'
|
- name: 'Deploy Cloud Function'
|
||||||
uses: 'google-github-actions/deploy-cloud-functions@v1'
|
uses: 'google-github-actions/deploy-cloud-functions@v1'
|
||||||
with:
|
with:
|
||||||
name: 'Coffee'
|
name: 'coffee'
|
||||||
description: 'Ping selected group of members on mattermost when coffee is mentioned'
|
description: 'Ping selected group of members on mattermost when coffee is mentioned'
|
||||||
entry_point: Coffee
|
entry_point: Coffee
|
||||||
source_dir: 'cmd'
|
source_dir: 'cmd'
|
||||||
|
|||||||
Reference in New Issue
Block a user