We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d638d4c commit 29b366eCopy full SHA for 29b366e
.github/workflows/android.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
- - name: Setup JDK {{ env.JDK_VERSION }}
+ - name: Setup JDK ${{ env.JDK_VERSION }}
21
uses: actions/setup-java@v4
22
with:
23
java-version: ${{ env.JAVA_VERSION }}
0 commit comments