From 4268762d0c69640dc0731f8fecae8cfecb3c7f91 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 25 Jan 2024 11:32:30 +0100 Subject: [PATCH] try --- .github/workflows/CI_readme_sync.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI_readme_sync.yml b/.github/workflows/CI_readme_sync.yml index 7544e9b6c..4abb3ca66 100644 --- a/.github/workflows/CI_readme_sync.yml +++ b/.github/workflows/CI_readme_sync.yml @@ -35,7 +35,6 @@ jobs: dir_names_exclude_current_dir: true # We only care about the name of the integration, i.e. integrations/FOO dir_names_max_depth: 2 - separator: '\n' - name: Generate docs env: @@ -46,7 +45,7 @@ jobs: ALL_CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }} run: | for d in "$ALL_CHANGED_DIRS"; do - echo "$d was changed" + echo "$d was changed\n" done - name: Sync preview docs with 2.0