Skip to content

Commit 6c00a70

Browse files
committed
fix: configure path when checking out in codebuild CI
1 parent 6f9e46b commit 6c00a70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
exit 1
8181
- name: Checkout sources
8282
uses: actions/checkout@v4
83+
with:
84+
path: 'aws-sdk-kotlin'
8385
- name: Configure AWS Credentials
8486
uses: aws-actions/configure-aws-credentials@v4
8587
with:
@@ -209,6 +211,8 @@ jobs:
209211
steps:
210212
- name: Checkout sources
211213
uses: actions/checkout@v4
214+
with:
215+
path: 'aws-sdk-kotlin'
212216
- name: Configure AWS Credentials
213217
uses: aws-actions/configure-aws-credentials@v4
214218
with:

0 commit comments

Comments
 (0)