diff --git a/config.go b/config.go index e2e1e24..def963b 100644 --- a/config.go +++ b/config.go @@ -16,6 +16,6 @@ func readConfig() config { AppName: os.Getenv("INPUT_APP"), PrivateKey: os.Getenv("INPUT_PRIVATE-KEY"), LocalBranch: os.Getenv("INPUT_SOURCE-BRANCH"), - RemoteBranch: os.Getenv("INPUT_REMOTE-BRANCH"), + RemoteBranch: os.Getenv("INPUT_TARGET-BRANCH"), } }