Skip to content

Commit

Permalink
fix: bad indentation (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 20, 2024
1 parent 35f888c commit 190f66e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
run: poetry install
shell: bash
- name: Configure Git
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
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 "[email protected]"
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/[email protected]
Expand Down

0 comments on commit 190f66e

Please sign in to comment.