From cda78103a7b2e3876603a57aa21f1dca52962e26 Mon Sep 17 00:00:00 2001 From: Elias Lundell <36220731+LogFlames@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:53:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20ci:=20Fix=20erroneous=20in?= =?UTF-8?q?dentation=20in=20action.yml=20(#1041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 8 ++++---- template/action.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index 853213b7..5c5bdbee 100644 --- a/action.yml +++ b/action.yml @@ -49,10 +49,10 @@ runs: token: ${{ inputs.github-token }} - name: Setup Java uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven + with: + java-version: '17' + distribution: 'temurin' + cache: maven - name: Set up Maven uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5 with: diff --git a/template/action.yml b/template/action.yml index c8c40384..eee1cd51 100644 --- a/template/action.yml +++ b/template/action.yml @@ -49,10 +49,10 @@ runs: token: ${{ inputs.github-token }} - name: Setup Java uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven + with: + java-version: '17' + distribution: 'temurin' + cache: maven - name: Set up Maven uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5 with: