Add the new argument to the action (#3)
This commit is contained in:
parent
9182f4160b
commit
a73e76d41f
2 changed files with 7 additions and 2 deletions
|
|
@ -17,9 +17,10 @@ export default function getURL(
|
|||
};
|
||||
|
||||
const deployStr = (deploy: string): string => {
|
||||
if (deploy === 'true') {
|
||||
if (deploy === 'true' && extended === 'true') {
|
||||
return 'withdeploy_';
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return '';
|
||||
// } else {
|
||||
// throw new Error(`Invalid input (extended): ${extended}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue