[llvm-branch-commits] [llvm] release/23.x: workflows/release-documentation: Fix variable name typo (#211729) (PR #212087)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 25 22:14:18 PDT 2026
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/212087
Backport ae0f00de4ce82fb933c326980464c8cefb4e0029
Requested by: @tstellar
>From de9b7b0addaf72015c5d6a3ae42c248c495b2f94 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Sat, 25 Jul 2026 22:06:12 -0700
Subject: [PATCH] workflows/release-documentation: Fix variable name typo
(#211729)
(cherry picked from commit ae0f00de4ce82fb933c326980464c8cefb4e0029)
---
.github/workflows/release-documentation.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-documentation.yml b/.github/workflows/release-documentation.yml
index 88886427b4ddc..a39d4dba87a5a 100644
--- a/.github/workflows/release-documentation.yml
+++ b/.github/workflows/release-documentation.yml
@@ -77,7 +77,7 @@ jobs:
needs:
- release-man-pages-validate-input
outputs:
- man-page-digest: ${{ steps.man-page-digest.outputs.digest }}
+ man-page-digest: ${{ steps.man-page-digest.outputs.man-page-digest }}
man-page-artifact-id: ${{ steps.man-page-artifact-upload.outputs.artifact-id }}
man-page-release-version: ${{ steps.vars.outputs.man-page-release-version }}
More information about the llvm-branch-commits
mailing list