@ -40581,20 +40596,9 @@ function exportVariable(name, val) {
process.env[name]=convertedVal;
constfilePath=process.env['GITHUB_ENV']||'';
if(filePath){
constdelimiter=`ghadelimiter_${uuid_1.v4()}`;
// These should realistically never happen, but just in case someone finds a way to exploit uuid generation let's not allow keys or values that contain the delimiter.
if(name.includes(delimiter)){
thrownewError(`Unexpected input: name should not contain the delimiter "${delimiter}"`);
}
if(convertedVal.includes(delimiter)){
thrownewError(`Unexpected input: value should not contain the delimiter "${delimiter}"`);
@ -40581,20 +40596,9 @@ function exportVariable(name, val) {
process.env[name]=convertedVal;
constfilePath=process.env['GITHUB_ENV']||'';
if(filePath){
constdelimiter=`ghadelimiter_${uuid_1.v4()}`;
// These should realistically never happen, but just in case someone finds a way to exploit uuid generation let's not allow keys or values that contain the delimiter.
if(name.includes(delimiter)){
thrownewError(`Unexpected input: name should not contain the delimiter "${delimiter}"`);
}
if(convertedVal.includes(delimiter)){
thrownewError(`Unexpected input: value should not contain the delimiter "${delimiter}"`);