mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 12:02:09 +10:00
test
This commit is contained in:
parent
fd8e654d7e
commit
aeee708bee
6 changed files with 85 additions and 49 deletions
|
@ -4,6 +4,9 @@ const inputs = {
|
|||
GITHUB_WORKSPACE: process.env.GITHUB_WORKSPACE
|
||||
};
|
||||
// Get inputs from ENV or WITH workflow settings
|
||||
console.log('EXAMPLE_REMOTE_HOST: ', process.env.EXAMPLE_REMOTE_HOST);
|
||||
console.log('REMOTE_HOST: ', process.env.REMOTE_HOST);
|
||||
|
||||
inputNames.forEach((input) => {
|
||||
inputs[input] = process.env[input] || process.env[`INPUT_${input}`];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue