From 322af5ae3b888891366ddca5da6e8296237e397c Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 25 Jan 2024 11:38:27 +0100 Subject: [PATCH] try --- .github/workflows/CI_readme_sync.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI_readme_sync.yml b/.github/workflows/CI_readme_sync.yml index 4abb3ca66..62ae7b4d0 100644 --- a/.github/workflows/CI_readme_sync.yml +++ b/.github/workflows/CI_readme_sync.yml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout this repo uses: actions/checkout@v4 + with: + # This will tell tj-actions/changed-files to compare the current pushed commit with the latest in main + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5