Parameters were wrong
This commit is contained in:
parent
e45923c947
commit
fd9f6cc178
|
@ -10,8 +10,8 @@ type config struct {
|
||||||
|
|
||||||
func readConfig() config {
|
func readConfig() config {
|
||||||
return config{
|
return config{
|
||||||
HostName: os.Getenv("host"),
|
HostName: os.Getenv("INPUT_HOST"),
|
||||||
AppName: os.Getenv("app"),
|
AppName: os.Getenv("INPUT_APP"),
|
||||||
PrivateKey: os.Getenv("private-key"),
|
PrivateKey: os.Getenv("INPUT_PRIVATE_KEY"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue