Fix bug in `update-sdk-next.yml` (#2746)

## Motivation and Context
The workflow is failing to update the aws-sdk-rust/next branch due to
the `tests/` folder in the repository root now.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
This commit is contained in:
John DiSanti 2023-06-05 11:27:15 -07:00 committed by GitHub
parent ccc3474d5b
commit 18aad5c66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
git checkout origin/main -b next
# Delete the old SDK
rm -rf sdk examples
rm -rf sdk examples tests
rm -f versions.toml Cargo.toml index.md
# Copy in the new SDK