Skip to content

Commit

Permalink
[CI] Spec vers: clone deep enough to find tag (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Oct 16, 2023
1 parent 9a36a6e commit 9209079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ on:
jobs:
auto-update-versions:
name: Auto-update versions
# restrict forks from running this workflow
if: github.repository == 'open-telemetry/opentelemetry.io'
runs-on: ubuntu-20.04
if: github.repository == 'open-telemetry/opentelemetry.io'
env:
DEPTH: --depth 100 # submodule clone depth

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9209079

Please sign in to comment.