Skip to content

Commit 190f66e

Browse files
authored
fix: bad indentation (#248)
1 parent 35f888c commit 190f66e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
run: poetry install
8787
shell: bash
8888
- name: Configure Git
89-
run: |
90-
git config user.name "github-actions"
91-
git config user.email "[email protected]"
92-
git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
89+
run: |
90+
git config user.name "github-actions"
91+
git config user.email "[email protected]"
92+
git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
9393
- name: Python Semantic Release
9494
id: release
9595
uses: python-semantic-release/[email protected]

0 commit comments

Comments
 (0)