devstream-io / devstream

DevStream: the open-source DevOps toolchain manager (DTM).
https://www.devstream.io
Apache License 2.0
857 stars 193 forks source link

:bomb: `Bug`: Fail to apply "quick start" #1429

Closed tmacInChina closed 1 year ago

tmacInChina commented 1 year ago

What Happened?

image

How to Reproduce?

config: state: # state config, backend can be local, s3 or k8s backend: local options: stateFile: devstream.state

vars: RepoOwner: jyoujlut@sina.com ImageRepoUser: jiangyoujian

tools:

Anything else

dtm apply -f config.yaml -y

DevStream Version

latest

aFlyBird0 commented 1 year ago

I guess it's because of a problem with the RepoOwner variable setting, which should use the GitHub ID instead of the email. Try changing it to tmacInChina. @tmacInChina

(Sorry, I replied to you yesterday, but maybe the network didn't work)