From 5dee58f4b3862dface4cd24294cc9ae243d91db8 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 20 Nov 2024 14:36:48 -0500 Subject: [PATCH] fix: bad indentation --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3da298c1..7557a120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,10 +86,10 @@ jobs: run: poetry install shell: bash - name: Configure Git - run: | - git config user.name "github-actions" - git config user.email "actions@users.noreply.github.com" - git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git + run: | + git config user.name "github-actions" + git config user.email "actions@users.noreply.github.com" + git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0