This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 5e7c55e7974 (chores) ci: fixed missing scape on the mvnd upgrade
5e7c55e7974 is described below
commit 5e7c55e79749dccdfe8da6dc83a0e446732957f2
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Oct 11 08:28:47 2022 +0200
(chores) ci: fixed missing scape on the mvnd upgrade
---
.github/actions/install-mvnd/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/install-mvnd/action.yml
b/.github/actions/install-mvnd/action.yml
index 3fa673e2c59..0850dc3e557 100644
--- a/.github/actions/install-mvnd/action.yml
+++ b/.github/actions/install-mvnd/action.yml
@@ -21,7 +21,7 @@ inputs:
version:
description: 'The version of the maven daemon to install'
required: true
- default: '0.8.22
+ default: '0.8.22'
outputs:
mvnd-dir:
description: "The directory where the command mvnd is located"