@@ -5,6 +5,7 @@ on:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "tdrive/utils/ldap-sync/**"
|
||||
- "tdrive/docker/**"
|
||||
|
||||
jobs:
|
||||
publish-node:
|
||||
|
||||
@@ -10,7 +10,7 @@ interface UserAttributes {
|
||||
|
||||
dotenv.config();
|
||||
|
||||
console.log("Run script with the following env:");
|
||||
console.log("Run script with the following env: ");
|
||||
console.log(process.env);
|
||||
|
||||
// LDAP server configuration
|
||||
|
||||
Reference in New Issue
Block a user