Skip to content

Commit a2486e8

Browse files
authored
fix: remove placeholders
1 parent d043817 commit a2486e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
git config user.name "github-actions"
9191
git config user.email "[email protected]"
92-
git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/<your-username>/<your-repo>.git
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)