Skip to content

Commit efa0814

Browse files
author
Vladimir Kotal
committed
fix name
1 parent 4bf269d commit efa0814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: push
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest with Java 11
7+
name: Ubuntu with Java 11
8+
runs-on: ubuntu-latest
89
steps:
910
- name: Checkout master branch
1011
uses: actions/checkout@v2

0 commit comments

Comments
 (0)