Skip to content

Commit 6d05295

Browse files
authored
chore: update smithy-kotlin repo paths (#1269)
1 parent 2ff80f5 commit 6d05295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
with:
1919
# checkout smithy-kotlin as a sibling which will automatically make it an included build
2020
path: 'smithy-kotlin'
21-
repository: 'awslabs/smithy-kotlin'
21+
repository: 'smithy-lang/smithy-kotlin'
2222
- name: Configure JDK
2323
uses: actions/setup-java@v3
2424
with:

.github/workflows/codegen-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: 'aws-kotlin-repo-tools'
5353
- uses: actions/checkout@v4
5454
with:
55-
repository: 'awslabs/smithy-kotlin'
55+
repository: 'smithy-lang/smithy-kotlin'
5656
fetch-depth: 0
5757
path: 'smithy-kotlin'
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)