From e0fba4e454d8a18b049b3a56c8f7f3e9352c815d Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Fri, 22 Nov 2024 14:58:11 -0800 Subject: [PATCH] checkout --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 597a24fc5..afb19bd1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: - rhel8-x64 - al2-x64 steps: - - uses: .github/actions/assume-aws-role + - uses: actions/checkout@v4 + - uses: ./.github/actions/assume-aws-role - name: Build ${{ env.PACKAGE_NAME }} run: | aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh