From 66a84830d921f6aca569d89cf7931452de84a3de Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Thu, 7 Jul 2022 09:11:25 +0200 Subject: [PATCH] Remove unessary steps from the step --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 0970601..91b2e08 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,7 @@ jobs: ### Install multiple JDKs ```yaml -jobs: - build: - runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v1 with: java-version: 8