From 505c0dbfd2e9142eac9c1611c1d664ab1401b788 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Mon, 20 Nov 2023 21:30:19 -0500 Subject: [PATCH] Use the `rust-launch` from the the docs repo (#3240) ## Motivation and Context ## Description ## Testing ## Checklist - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c56ec564c..68205ac23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: with: repository: awsdocs/aws-doc-sdk-examples path: aws-doc-sdk-examples + ref: rust-launch - name: Run ${{ matrix.actions.action }} uses: ./smithy-rs/.github/actions/docker-build with: -- GitLab