multi profile support

This commit is contained in:
Ankit 2025-05-26 12:50:30 +05:30
parent 0288f15378
commit f1f37b8586
8 changed files with 6350 additions and 4351 deletions

View file

@ -36,7 +36,7 @@ actionsToolkit.run(
remoteBuilders = new WarpBuildRemoteBuilders({
apiKey: inputs.apiKey,
profileName: inputs.profileName,
profileNames: inputs.profileNames,
timeout: parsedTimeout
});
@ -255,7 +255,7 @@ actionsToolkit.run(
remoteBuilders = new WarpBuildRemoteBuilders({
apiKey: inputs.apiKey,
profileName: inputs.profileName,
profileNames: inputs.profileNames,
timeout: parsedTimeout
});