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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to