Skip to content

Commit c89d156

Browse files
fix: update repo actions
1 parent cb38faf commit c89d156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: Run Integration Tests
31-
uses: 'ExpediaGroup/xap-java-sdk/.github/workflows/run-integration-tests.yaml@main'
31+
uses: ExpediaGroup/xap-java-sdk/.github/workflows/run-integration-tests.yaml@main
3232
with:
3333
branch: main
34-
jdk: '11'
35-
distribution: 'corretto'
34+
jdk: 11
35+
distribution: corretto
3636

0 commit comments

Comments
 (0)