Skip to content

Commit

Permalink
fix: configure path when checking out in codebuild CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 10, 2025
1 parent 6f9e46b commit 6c00a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
exit 1
- name: Checkout sources
uses: actions/checkout@v4
with:
path: 'aws-sdk-kotlin'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -209,6 +211,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
path: 'aws-sdk-kotlin'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 6c00a70

Please sign in to comment.