Skip to content

Commit

Permalink
[CI] Address PR-action workflow submodule problem: commit not found (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Apr 2, 2024
1 parent 973db7b commit 405d7cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 405d7cd

Please sign in to comment.