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