remove leading slash from source_dir
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -24,9 +24,9 @@ jobs:
|
|||||||
uses: 'google-github-actions/deploy-cloud-functions@v1'
|
uses: 'google-github-actions/deploy-cloud-functions@v1'
|
||||||
with:
|
with:
|
||||||
name: 'Coffee'
|
name: 'Coffee'
|
||||||
entry_point: Coffee
|
|
||||||
source_dir: '/cmd'
|
|
||||||
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
|
||||||
|
source_dir: 'cmd'
|
||||||
env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }}'
|
env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }}'
|
||||||
runtime: 'go119'
|
runtime: 'go119'
|
||||||
memory_mb: 128
|
memory_mb: 128
|
||||||
|
|||||||
Reference in New Issue
Block a user