Update manual CI workflows to take commit SHA (#4078)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> ## Description <!--- Describe your changes in detail --> ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> Canary fails with appropriate error message if provided SHA and retrieved SHA (from the PR number) don't match: https://github.com/smithy-lang/smithy-rs/actions/runs/14210739747 Canary works if the provided SHA and the retrieved SHA do match: https://github.com/smithy-lang/smithy-rs/actions/runs/14210752482 Manual PR bot fails with appropriate error message if provided SHA and retrieved SHA do not match: https://github.com/smithy-lang/smithy-rs/actions/runs/14210797894 Manual PR bot works if the provided SHA and retrieved SHA do match: https://github.com/smithy-lang/smithy-rs/actions/runs/14210813156 ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please register or sign in to comment