We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01fe8a commit 3cf0087Copy full SHA for 3cf0087
.github/workflows/quality-checks.yml
@@ -451,6 +451,12 @@ jobs:
451
needs: [build_dev_container_x64, build_dev_container_arm64]
452
if: ${{ inputs.dev_container_ecr != '' && inputs.dev_container_image_tag != '' }}
453
steps:
454
+ - name: Checkout local github actions
455
+ uses: actions/checkout@v5
456
+ with:
457
+ fetch-depth: 0
458
+ sparse-checkout: |
459
+ .github
460
- name: Set up Docker Buildx
461
uses: docker/setup-buildx-action@v3
462
0 commit comments