diff --git a/.github/workflows/publish-ldap-sync.yml b/.github/workflows/publish-ldap-sync.yml index bf0572c5..b404da5c 100644 --- a/.github/workflows/publish-ldap-sync.yml +++ b/.github/workflows/publish-ldap-sync.yml @@ -5,6 +5,7 @@ on: branches: [main] paths: - "tdrive/utils/ldap-sync/**" + - "tdrive/docker/**" jobs: publish-node: diff --git a/tdrive/backend/utils/ldap-sync/src/index.ts b/tdrive/backend/utils/ldap-sync/src/index.ts index 58850a2e..75930ae1 100644 --- a/tdrive/backend/utils/ldap-sync/src/index.ts +++ b/tdrive/backend/utils/ldap-sync/src/index.ts @@ -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