diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 394e34c3a4372..c8cc623b1ed8f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -250,6 +250,8 @@ jobs: # Use fetch depth of 0 to get full history for a valid build id. fetch-depth: 0 persist-credentials: false + - name: Dump context + uses: crazy-max/ghaction-dump-context@v2 - name: Cache Gradle uses: actions/cache@v3 if: startsWith(matrix.target_platform, 'android') || startsWith(needs.initialize.outputs.evergreen_loader, 'android')