From 8355b495457391ded1f4fb14388d875bae6a8777 Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Thu, 14 Mar 2024 19:48:18 +1100 Subject: [PATCH] fix(ci): formatting of setup environment action Signed-off-by: Jordan Shatford --- .github/actions/setup-environment/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index 901dff27..c952ab9c 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -36,5 +36,5 @@ runs: python-version: ${{ inputs.python-version }} - name: Setup Poetry uses: abatilo/actions-poetry@v2 - with: - poetry-version: ${{ matrix.poetry-version }} + with: + poetry-version: ${{ matrix.poetry-version }}