Skip to content

Commit

Permalink
fix: remove placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 20, 2024
1 parent d043817 commit a2486e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/<your-username>/<your-repo>.git
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 a2486e8

Please sign in to comment.