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 35f888c commit 190f66eCopy full SHA for 190f66e
.github/workflows/ci.yml
@@ -86,10 +86,10 @@ jobs:
86
run: poetry install
87
shell: bash
88
- name: Configure Git
89
- run: |
90
- git config user.name "github-actions"
91
- git config user.email "actions@users.noreply.github.com"
92
- 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 "actions@users.noreply.github.com"
+ 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/python-semantic-release@v9.14.0
0 commit comments