remove leading slash from source_dir

This commit is contained in:
olemorud
2022-12-07 19:20:27 +01:00
parent 1b9abfa44b
commit 7392695290

View File

@@ -24,9 +24,9 @@ jobs:
uses: 'google-github-actions/deploy-cloud-functions@v1'
with:
name: 'Coffee'
entry_point: Coffee
source_dir: '/cmd'
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 }}'
runtime: 'go119'
memory_mb: 128