Skip to content

Commit 333e110

Browse files
Update android.yml
1 parent 3d478d4 commit 333e110

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,20 @@ on:
99
env:
1010
JDK_VERSION: 17
1111
JDK_DISTRIBUTION: temurin
12-
DAY_OF_WEEK: Monday
1312

1413
jobs:
1514
build:
1615
name: Build App
1716
runs-on: ubuntu-latest
1817

1918
steps:
20-
- name: "Say Hello Mona it's Monday"
21-
run: echo "Hello $First_Name. Today is $DAY_OF_WEEK!"
22-
env:
23-
First_Name: Mona
24-
2519
- uses: actions/checkout@v4
2620

2721
- name: Setup JDK $JDK_VERSION
2822
uses: actions/setup-java@v4
2923
with:
30-
java-version: $JDK_VERSION
31-
distribution: $JDK_DISTRIBUTION
24+
java-version: '$JDK_VERSION'
25+
distribution: '$JDK_DISTRIBUTION'
3226
cache: gradle
3327

3428
- name: Setup Gradle

0 commit comments

Comments
 (0)