https://github.com/tru updated https://github.com/llvm/llvm-project/pull/212087
>From c7c350e2ce28bda3067ee30eb19007d724201d19 Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> 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 }} _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
