From 9fceed748b6ab8424659230c4cf28231be53a188 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Tue, 26 Nov 2024 09:54:23 -0500 Subject: [PATCH] #12496: Checkout the source for the new action --- .github/workflows/publish-release-image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release-image.yaml b/.github/workflows/publish-release-image.yaml index ddac90e0dab9..2f0436d684bb 100644 --- a/.github/workflows/publish-release-image.yaml +++ b/.github/workflows/publish-release-image.yaml @@ -76,6 +76,8 @@ jobs: ] runs-on: ${{ matrix.test_group.runs-on }} steps: + - name: Checkout + uses: actions/checkout@v4 - name: Run smoke test on the image timeout-minutes: ${{ inputs.timeout }} uses: ./.github/actions/docker-run