You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/08/12 20:43:55 UTC

[maven-dependency-plugin] branch GITHUB_ACTIONS updated: Fixed tab/space issue.

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


The following commit(s) were added to refs/heads/GITHUB_ACTIONS by this push:
     new f2ea7e3  Fixed tab/space issue.
f2ea7e3 is described below

commit f2ea7e38b133ab6f88b3196f7dd8c2d8d2c92735
Author: Karl Heinz Marbaise <kh...@apache.org>
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: