Skip to content

Commit 4a3cef5

Browse files
committed
Wrap in single quotes jobs build name in GitHub CI
1 parent 88acc98 commit 4a3cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
builds:
7-
name: ${{ matrix.os }} with Java ${{ matrix.jdk }}
7+
name: '${{ matrix.os }} with Java ${{ matrix.jdk }}'
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)