You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/05/25 01:50:48 UTC

[maven-scm] branch master updated: [SCM-988] Ensure Mercurial is installed in Github Actions (#147)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new c87f95f24 [SCM-988] Ensure Mercurial is installed in Github Actions (#147)
c87f95f24 is described below

commit c87f95f2499d0b3ec7a4f9d8e2bd20dc1d0b436a
Author: Niels Basjes <ni...@basjes.nl>
AuthorDate: Wed May 25 03:50:42 2022 +0200

    [SCM-988] Ensure Mercurial is installed in Github Actions (#147)
---
 .github/workflows/maven-verify.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index bbd778653..5d4dea782 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,5 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    with:
+      install-mercurial: true