From 7403d8999eee110e9e0888da584be9f93182ac74 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 25 Jan 2024 11:47:06 +0100 Subject: [PATCH] try --- .github/workflows/CI_readme_sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI_readme_sync.yml b/.github/workflows/CI_readme_sync.yml index 62ae7b4d0..dd4b7527a 100644 --- a/.github/workflows/CI_readme_sync.yml +++ b/.github/workflows/CI_readme_sync.yml @@ -32,6 +32,7 @@ jobs: id: changed-files uses: tj-actions/changed-files@v42 with: + files: integrations/** # Output unique changed directories instead of filenames dir_names: true # Ingnore CWD (.) @@ -48,7 +49,7 @@ jobs: ALL_CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }} run: | for d in "$ALL_CHANGED_DIRS"; do - echo "$d was changed\n" + echo "$d was changed" done - name: Sync preview docs with 2.0