diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a96269e..6b6f19c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: 'Deploy Cloud Function' uses: 'google-github-actions/deploy-cloud-functions@v1' with: - name: 'Coffee' + name: 'coffee' description: 'Ping selected group of members on mattermost when coffee is mentioned' entry_point: Coffee source_dir: 'cmd'