From 259229a23a20c4234c483b7724d8c5922ca71475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Porras=20Campo?= Date: Wed, 27 May 2026 13:36:17 +0200 Subject: [PATCH] chore: fix indentation of snapshot.yml --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 4aa9967589..3d7fe72bee 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.event.inputs.branch || github.ref }} fetch-depth: 0 - - name: Set snapshot SHA + - name: Set snapshot SHA id: snapshot run: echo "sha=$(git rev-parse --short=8 HEAD)" >> "$GITHUB_OUTPUT"