Fetch submodules when checking changed file (#11772)

This commit is contained in:
kezhenxu94 2024-01-24 16:53:59 +08:00 committed by GitHub
parent 2f4f4a1275
commit 78434e8b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ jobs:
- uses: actions/checkout@v3 # required for push event - uses: actions/checkout@v3 # required for push event
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: true
- name: Filter OAP - name: Filter OAP
id: filter-oap id: filter-oap
# The GHA version is pinned by infra # The GHA version is pinned by infra