[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:15:01 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: llvmbot
<details>
<summary>Changes</summary>
Backport ae0f00de4ce82fb933c326980464c8cefb4e0029
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/212087.diff
1 Files Affected:
- (modified) .github/workflows/release-documentation.yml (+1-1)
``````````diff
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 }}
``````````
</details>
https://github.com/llvm/llvm-project/pull/212087
More information about the llvm-branch-commits
mailing list