From de1e80b074b3c7ce00472dae9bafccff6c288a36 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 7 Mar 2023 23:57:44 +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 2ddbecb8ae9679e..a87e803ff25acb7 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@v1 - name: 'Build changed files with nitpicks' continue-on-error: true run: |