aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-05-24 07:20:04 -0400
committerGitHub <noreply@github.com>2022-05-24 07:20:04 -0400
commitd7e45ee4b9856dd74289c0ff261fc0f946f4885f (patch)
tree75c91e170b1c25e143ec7577d6c956e75f3671ff
parent4fab52908b456935169f019978fb1ebc9916d7bb (diff)
parentdb059ed1f135278f86ed9852343c491dfbdb7f63 (diff)
downloadrneovim-d7e45ee4b9856dd74289c0ff261fc0f946f4885f.tar.gz
rneovim-d7e45ee4b9856dd74289c0ff261fc0f946f4885f.tar.bz2
rneovim-d7e45ee4b9856dd74289c0ff261fc0f946f4885f.zip
Merge pull request #18626 from dundargoc/ci/shallow-clone
ci(api-docs): add comment explaining why full clone is needed
-rw-r--r--.github/workflows/api-docs.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml
index 167d799c27..8757c4e52c 100644
--- a/.github/workflows/api-docs.yml
+++ b/.github/workflows/api-docs.yml
@@ -30,6 +30,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
+ # Fetch depth 0 is required if called through workflow_call. In order
+ # to create a PR we need to access other branches, which requires a
+ # full clone.
fetch-depth: 0
- name: Install dependencies