restructure project

This commit is contained in:
olemorud
2022-12-08 00:35:15 +01:00
parent e215a48f56
commit 127a406733
4 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ jobs:
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: 'src'
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

View File

View File