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 5a4073b commit c230f4aCopy full SHA for c230f4a
1 file changed
.github/workflows/test.yaml
@@ -38,7 +38,7 @@ jobs:
38
if: matrix.os == 'windows-latest'
39
shell: powershell
40
run: |
41
- choco install mercurial --confirm
+ choco install hg --confirm
42
- name: Check mercurial is working
43
44
echo -e '[ui]\nusername = Testing Mercurial<bumpversion-test-hg@github.actions>' > ~/.hgrc
0 commit comments