We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88acc98 commit 4a3cef5Copy full SHA for 4a3cef5
.github/workflows/main.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
jobs:
6
builds:
7
- name: ${{ matrix.os }} with Java ${{ matrix.jdk }}
+ name: '${{ matrix.os }} with Java ${{ matrix.jdk }}'
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
0 commit comments