Skip to content

Commit 3d2ddba

Browse files
committed
Committing workflows
1 parent ffc1791 commit 3d2ddba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/acr_springboot_README_md.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
validate:
99
runs-on: 'ubuntu-latest'
1010
steps:
11+
- uses: 'actions/setup-java@v4'
12+
with:
13+
java-version: '17'
14+
distribution: 'temurin'
1115
- uses: 'azure/login@v1'
1216
with:
1317
subscription-id: '${{ secrets.AZURE_SUBSCRIPTION_ID }}'

.github/workflows/containerapp_springboot_README_md.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
validate:
99
runs-on: 'ubuntu-latest'
1010
steps:
11+
- uses: 'actions/setup-java@v4'
12+
with:
13+
java-version: '17'
14+
distribution: 'temurin'
1115
- uses: 'azure/login@v1'
1216
with:
1317
subscription-id: '${{ secrets.AZURE_SUBSCRIPTION_ID }}'

0 commit comments

Comments
 (0)