Switch from remote-branch to target-branch
This commit is contained in:
parent
ec773bc57d
commit
644390f59a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue