Switch from remote-branch to target-branch
This commit is contained in:
parent
ec773bc57d
commit
644390f59a
|
@ -16,6 +16,6 @@ func readConfig() config {
|
||||||
AppName: os.Getenv("INPUT_APP"),
|
AppName: os.Getenv("INPUT_APP"),
|
||||||
PrivateKey: os.Getenv("INPUT_PRIVATE-KEY"),
|
PrivateKey: os.Getenv("INPUT_PRIVATE-KEY"),
|
||||||
LocalBranch: os.Getenv("INPUT_SOURCE-BRANCH"),
|
LocalBranch: os.Getenv("INPUT_SOURCE-BRANCH"),
|
||||||
RemoteBranch: os.Getenv("INPUT_REMOTE-BRANCH"),
|
RemoteBranch: os.Getenv("INPUT_TARGET-BRANCH"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue