From 405d7cd27dfac9fc835ac3438d4ced9a61cd758a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 2 Apr 2024 03:09:45 -0400 Subject: [PATCH] [CI] Address PR-action workflow submodule problem: commit not found (#4228) --- .github/workflows/pr-actions.yml | 2 +- .gitmodules | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index e4df9645fbb8..8c16950b3b97 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -23,7 +23,7 @@ jobs: pull-requests: write env: - DEPTH: --depth 100 # submodule clone depth + DEPTH: --depth 1000 # submodule clone depth steps: - name: Extract action name diff --git a/.gitmodules b/.gitmodules index ae003b87b482..bdcd3962d38e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,9 @@ [submodule "themes/docsy"] path = themes/docsy - url = https://github.com/cncf/docsy.git + url = https://github.com/google/docsy.git docsy-pin = v0.9.1-17-gb077a74 - docsy-reminder = "Ensure that all tags from google/docsy are also present in cncf/docsy, otherwise add (push) them." + docsy-note = "2024-04-01 Switching to google/docsy.git from cncf/docsy.git since we don't have any CNCF customizations." + docsy-reminder = "Ensure that any tag referenced by `docsy-pin` is present in the remote repo (url), otherwise add (push) the tags to the repo." [submodule "content-modules/opentelemetry-specification"] path = content-modules/opentelemetry-specification url = https://github.com/open-telemetry/opentelemetry-specification.git