[llvm-branch-commits] [llvm] release/23.x: workflows/release-documentation: Fix indentation (#211319) (PR #211855)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 24 09:51:20 PDT 2026


https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/211855

Backport 7d39826fbe9e1b248fcdb0bdd68626b3deb88d1e

Requested by: @tstellar

>From c6c43633f6ca49bcce5802e7a7af213f6ee47f76 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 22 Jul 2026 11:14:36 -0700
Subject: [PATCH] workflows/release-documentation: Fix indentation (#211319)

Introduced by 8ad500f6f7d7347ca097d9c442fbf4a0f604dc26.

(cherry picked from commit 7d39826fbe9e1b248fcdb0bdd68626b3deb88d1e)
---
 .github/workflows/release-documentation.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml
index d21b65f15e186..8b5fd33e19451 100644
--- a/.github/workflows/release-documentation.yml
+++ b/.github/workflows/release-documentation.yml
@@ -199,12 +199,12 @@ jobs:
       attestations: write # For artifact attestations
 
     steps:
-      - uses: actions/checkout at df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
-        with:
-          persist-credentials: false
-          sparse-checkout: |
-            .github/workflows/upload-release-artifact
-          sparse-checkout-cone-mode: false
+     - uses: actions/checkout at df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+       with:
+         persist-credentials: false
+         sparse-checkout: |
+           .github/workflows/upload-release-artifact
+         sparse-checkout-cone-mode: false
 
      - name: Upload Man Page Artifacts
        id: man-page-artifact-upload



More information about the llvm-branch-commits mailing list