diff options
author | Dundar Goc <gocdundar@gmail.com> | 2022-05-24 12:29:12 +0200 |
---|---|---|
committer | Dundar Goc <gocdundar@gmail.com> | 2022-05-24 12:29:58 +0200 |
commit | db059ed1f135278f86ed9852343c491dfbdb7f63 (patch) | |
tree | a690e0071c32b58006effd00b1d1a34a029dedab | |
parent | 307c5c63e17735aa493a43da6d514d00034e9b71 (diff) | |
download | rneovim-db059ed1f135278f86ed9852343c491dfbdb7f63.tar.gz rneovim-db059ed1f135278f86ed9852343c491dfbdb7f63.tar.bz2 rneovim-db059ed1f135278f86ed9852343c491dfbdb7f63.zip |
ci(api-docs): add comment explaining why full clone is required
-rw-r--r-- | .github/workflows/api-docs.yml | 3 |
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 |