[llvm-branch-commits] [llvm] release/22.x: workflows/upload-release-artifact: Fix spelling error in yaml tag (#176447) (PR #176614)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jan 17 16:18:37 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
<details>
<summary>Changes</summary>
Backport 048589eb92d0a2a5c20fef7ff9adc210c4160025
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/176614.diff
1 Files Affected:
- (modified) .github/workflows/upload-release-artifact/action.yml (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/176614
More information about the llvm-branch-commits
mailing list