From 238dfc2bf2981ec29a95eea736df5b9e16cca8c9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 8 Mar 2023 00:06:31 +0200 Subject: [PATCH] Use Ana06/get-changed-files to fix 'The head commit for this pull_request event is not ahead of the base commit' Re: https://github.com/jitterbit/get-changed-files/issues/11 --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 2ddbecb8ae9679..250905539847da 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -56,7 +56,7 @@ jobs: # Add pull request annotations for Sphinx nitpicks (missing references) - name: Get list of changed files id: changed_files - uses: jitterbit/get-changed-files@v1 + uses: Ana06/get-changed-files@v2.2.0 - name: 'Build changed files with nitpicks' continue-on-error: true run: |