We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d043817 commit a2486e8Copy full SHA for a2486e8
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
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/<your-username>/<your-repo>.git
+ git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
93
- name: Python Semantic Release
94
id: release
95
uses: python-semantic-release/[email protected]
0 commit comments