发布1.0.5版本

This commit is contained in:
ilovintit
2025-06-15 21:32:02 +08:00
parent 3a944938db
commit c82ec6f8cf
3 changed files with 4 additions and 1 deletions
Generated Vendored
+1
View File
@@ -198958,6 +198958,7 @@ function requireLodash () {
var lodashExports = requireLodash(); var lodashExports = requireLodash();
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
/** /**
* The main function for the action. * The main function for the action.
* *
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -12,6 +12,8 @@ interface Config {
deployment: string deployment: string
} }
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
/** /**
* The main function for the action. * The main function for the action.
* *