From f39788ee0d5a9c61a49ff097b13982de59aa63fb Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Tue, 30 Jul 2024 10:32:00 +0200 Subject: [PATCH] . --- .github/workflows/debug.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index 610cf8c20a7..8d029a344c3 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -11,6 +11,11 @@ jobs: name: Execute e2e tests container: ghcr.io/kedacore/keda-tools:1.21.9 steps: + - name: Check out code + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + with: + fetch-depth: 1 + - uses: oNaiPs/secrets-to-env-action@v1 with: secrets: ${{ toJSON(secrets) }}