From f17ebbea7961d06809e12d760c47a033c32d5b12 Mon Sep 17 00:00:00 2001 From: pelya Date: Wed, 17 May 2023 21:16:14 +0300 Subject: [PATCH] CI: syntax --- .github/workflows/ballfield.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index 4536deb93..ce66f319b 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -37,9 +37,9 @@ jobs: steps: - name: Java 17 uses: actions/setup-java@v2 - with: - java-version: 17 - distribution: temurin + with: + java-version: 17 + distribution: temurin - name: Check out the repository uses: actions/checkout@v2