You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [3.1.0](v3.0.1...v3.1.0) (2023-02-17)
### Features
* **deps:** bump @actions/core from 1.9.1 to 1.10.0 ([94ebd91](94ebd91))
* **deps:** bump @semantic-release/changelog from 6.0.1 to 6.0.2 ([01cf92a](01cf92a))
* **deps:** bump @vercel/ncc from 0.34.0 to 0.36.0 ([6308ee2](6308ee2))
* **deps:** bump @vercel/ncc from 0.36.0 to 0.36.1 ([7eaedf5](7eaedf5))
***deps:** bump @actions/core from 1.9.1 to 1.10.0 ([94ebd91](https://github.com/sws2apps/firebase-deployment/commit/94ebd91804fd9e1d60e47cc650b33fa2bf6ae600))
7
+
***deps:** bump @semantic-release/changelog from 6.0.1 to 6.0.2 ([01cf92a](https://github.com/sws2apps/firebase-deployment/commit/01cf92aac7b32b8eb2f2868e66b185465e2023b1))
8
+
***deps:** bump @vercel/ncc from 0.34.0 to 0.36.0 ([6308ee2](https://github.com/sws2apps/firebase-deployment/commit/6308ee25fa2f47132b6fc3a9ca4ba7d3fe36bc33))
9
+
***deps:** bump @vercel/ncc from 0.36.0 to 0.36.1 ([7eaedf5](https://github.com/sws2apps/firebase-deployment/commit/7eaedf5012aab3a5bb7c68317f6bb217f69cb941))
@@ -168,20 +167,9 @@ function exportVariable(name, val) {
168
167
process.env[name]=convertedVal;
169
168
constfilePath=process.env['GITHUB_ENV']||'';
170
169
if(filePath){
171
-
constdelimiter=`ghadelimiter_${uuid_1.v4()}`;
172
-
// 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.
173
-
if(name.includes(delimiter)){
174
-
thrownewError(`Unexpected input: name should not contain the delimiter "${delimiter}"`);
175
-
}
176
-
if(convertedVal.includes(delimiter)){
177
-
thrownewError(`Unexpected input: value should not contain the delimiter "${delimiter}"`);
0 commit comments