From 6e42d1e9018d02d4611941fe184ec0d3437cfa96 Mon Sep 17 00:00:00 2001 From: ivanmjartan Date: Wed, 4 Dec 2024 11:19:03 +0100 Subject: [PATCH] chore: detect changes test risk: nonprod --- .github/workflows/rw-rush-detect-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rw-rush-detect-changes.yml b/.github/workflows/rw-rush-detect-changes.yml index 5e3d0661d7d..8955793d264 100644 --- a/.github/workflows/rw-rush-detect-changes.yml +++ b/.github/workflows/rw-rush-detect-changes.yml @@ -43,7 +43,7 @@ jobs: ref: ${{ inputs.source-branch }} fetch-depth: 2 - name: Debug - run: git log -1 + run: git log -10 - name: Git config user uses: snow-actions/git-config-user@v1.0.0 with: