Skip to content

Commit 9209079

Browse files
authored
[CI] Spec vers: clone deep enough to find tag (open-telemetry#3385)
1 parent 9a36a6e commit 9209079

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/auto-update-versions.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
jobs:
1010
auto-update-versions:
1111
name: Auto-update versions
12-
# restrict forks from running this workflow
13-
if: github.repository == 'open-telemetry/opentelemetry.io'
1412
runs-on: ubuntu-20.04
13+
if: github.repository == 'open-telemetry/opentelemetry.io'
14+
env:
15+
DEPTH: --depth 100 # submodule clone depth
16+
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v3

0 commit comments

Comments
 (0)