From ded16f39af801d270a31715c077015466059ccd1 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 30 Nov 2025 00:36:16 -0600 Subject: [PATCH] chore: remove unnecessary whitespace in OpenAPI documentation sync workflow - Eliminated an empty line in the GitHub Actions workflow file for syncing OpenAPI documentation to improve readability and maintain consistency. --- .github/workflows/sync-openapi-docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-openapi-docs.yml b/.github/workflows/sync-openapi-docs.yml index d52d85314..107799faa 100644 --- a/.github/workflows/sync-openapi-docs.yml +++ b/.github/workflows/sync-openapi-docs.yml @@ -9,7 +9,6 @@ on: # - 'apps/dokploy/server/api/routers/**' # - 'packages/server/src/services/**' # - 'packages/server/src/db/schema/**' - # Permite ejecución manual workflow_dispatch: