From eb77a837f31d232ee32a485461cfa61cca5382b9 Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>
Date: Fri, 28 Oct 2022 16:03:02 +0200
Subject: [PATCH] adds shell.

---
 action.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/action.yml b/action.yml
index d2ca9fb..947f106 100644
--- a/action.yml
+++ b/action.yml
@@ -8,8 +8,10 @@ runs:
       # to github, dockerhub and sonar.
       - name: Build and test with Maven in docker
         run: ./mvn.sh clean verify
+        shell: bash
       - name: Deploy Maven Artifacts
         run: ./mvn.sh deploy
+        shell: bash
       - name: Notify dedicated teams channel of Success
         uses: dragos-cojocari/ms-teams-notification@v1.0.0
         if: ${{ success() }}
-- 
GitLab