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

khmarbaise pushed a commit to branch GITHUB_ACTIONS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 282736fa7737401f1f54724951b5cfea1734feb2
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Mon Aug 12 22:43:41 2019 +0200

    Fixed tab/space issue.
---
 .github/workflows/main.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c57ddcf..943692e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
     - name: Build
       run: |
         set -e
-                               mvn -V --no-transfer-progress -B clean verify 
-Prun-its
+        mvn -V --no-transfer-progress -B clean verify -Prun-its
         
       shell: bash  
       env:
@@ -39,7 +39,7 @@ jobs:
     - name: Build
       run: |
         set -e
-                               mvn -V --no-transfer-progress -B clean verify 
-Prun-its
+        mvn -V --no-transfer-progress -B clean verify -Prun-its
         
       shell: bash  
       env:
@@ -57,7 +57,7 @@ jobs:
     - name: Test
       run: |
         set -e
-                               mvn -V --no-transfer-progress -B clean verify 
-Prun-its
+        mvn -V --no-transfer-progress -B clean verify -Prun-its
         
       shell: bash
       env:
@@ -78,7 +78,7 @@ jobs:
       run: |
         set -e
         export JAVA_HOME="C:\Program Files\OpenJDK\jdk-12.0.2"
-                               mvn -V --no-transfer-progress -B clean verify 
-Prun-its
+        mvn -V --no-transfer-progress -B clean verify -Prun-its
       
       shell: bash
       env:

Reply via email to