1
0
mirror of synced 2025-12-19 18:14:56 -05:00

fix(bulk-cdk): Add checkout step to detect-changes job in Dokka workflow (#69806)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Aaron ("AJ") Steers
2025-11-21 09:43:02 -08:00
committed by GitHub
parent 130339b57f
commit cabd70484d

View File

@@ -22,6 +22,11 @@ jobs:
name: Detect Kotlin Bulk CDK Changes
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Detect Changes
id: detect-changes
uses: dorny/paths-filter@v3.0.2