We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff80f5 commit 6d05295Copy full SHA for 6d05295
.github/actions/setup-build/action.yml
@@ -18,7 +18,7 @@ runs:
18
with:
19
# checkout smithy-kotlin as a sibling which will automatically make it an included build
20
path: 'smithy-kotlin'
21
- repository: 'awslabs/smithy-kotlin'
+ repository: 'smithy-lang/smithy-kotlin'
22
- name: Configure JDK
23
uses: actions/setup-java@v3
24
.github/workflows/codegen-preview.yml
@@ -52,7 +52,7 @@ jobs:
52
path: 'aws-kotlin-repo-tools'
53
- uses: actions/checkout@v4
54
55
56
fetch-depth: 0
57
58
0 commit comments