Change to using a single input
This commit is contained in:
parent
1d92118146
commit
e9b47b1898
37 changed files with 173 additions and 112 deletions
2
lib/api-client.js
generated
2
lib/api-client.js
generated
|
|
@ -65,8 +65,6 @@ function getApiDetails() {
|
|||
auth: (0, actions_util_1.getRequiredInput)("token"),
|
||||
url: (0, util_1.getRequiredEnvParam)("GITHUB_SERVER_URL"),
|
||||
apiURL: (0, util_1.getRequiredEnvParam)("GITHUB_API_URL"),
|
||||
// only available in the init action
|
||||
registriesAuthTokens: (0, actions_util_1.getOptionalInput)("registries-auth-tokens"),
|
||||
};
|
||||
}
|
||||
// Temporary function to aid in the transition to running on and off of github actions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue