Skip to content

Commit bf6d505

Browse files
committed
.
1 parent c689f1c commit bf6d505

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-gradle-
3030
- name: Configure Gradle
31-
uses: .github/actions/custom-gradle-distribution-url
31+
uses: .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
3232
- name: Build and Test ${{ env.PACKAGE_NAME }}
3333
run: |
3434
./gradlew build
@@ -47,7 +47,7 @@ jobs:
4747
restore-keys: |
4848
${{ runner.os }}-gradle-
4949
- name: Configure Gradle
50-
uses: .github/actions/custom-gradle-distribution-url
50+
uses: .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
5151
- name: Build and Test ${{ env.PACKAGE_NAME }}
5252
run: |
5353
./gradlew build
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout sources
5959
uses: actions/checkout@v2
6060
- name: Configure Gradle
61-
uses: .github/actions/custom-gradle-distribution-url
61+
uses: .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
6262
- name: Build and Test ${{ env.PACKAGE_NAME }}
6363
run: |
6464
./gradlew build

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout sources
2020
uses: actions/checkout@v2
2121
- name: Configure Gradle
22-
uses: .github/actions/custom-gradle-distribution-url
22+
uses: .github/actions/aws-kotlin-repo-tools-custom-gradle-distribution-url
2323
- name: Lint ${{ env.PACKAGE_NAME }}
2424
run: |
2525
./gradlew ktlint

0 commit comments

Comments
 (0)