https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/176614
Backport 048589eb92d0a2a5c20fef7ff9adc210c4160025 Requested by: @tstellar >From ff8c4c3a7a5717de331191e6c04c5efcb65580e0 Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> Date: Sat, 17 Jan 2026 08:58:40 -0800 Subject: [PATCH] workflows/upload-release-artifact: Fix spelling error in yaml tag (#176447) (cherry picked from commit 048589eb92d0a2a5c20fef7ff9adc210c4160025) --- .github/workflows/upload-release-artifact/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-release-artifact/action.yml b/.github/workflows/upload-release-artifact/action.yml index 6259937764566..bf1f74a5bcf35 100644 --- a/.github/workflows/upload-release-artifact/action.yml +++ b/.github/workflows/upload-release-artifact/action.yml @@ -19,7 +19,7 @@ inputs: Token with premissions to read llvm teams that is used to ensure that the person who triggred the action has permission to upload artifacts. This is required if upload is true. - requred: false + required: false attestation-name: description: >- This will be used for the artifact name that is attached to the workflow and _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
