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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new cac11b3  fix yaml file
cac11b3 is described below

commit cac11b3525d27fb5fece48a476fc756eab1d04d2
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Apr 27 23:40:34 2020 -0700

    fix yaml file
---
 .github/workflows/master-pr-build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml 
b/.github/workflows/master-pr-build.yml
index b11e129..1324111 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -65,8 +65,8 @@ jobs:
       - name: gradle test
         run: ./gradlew test
       - uses: actions/upload-artifact@v1
-          with:
-            name: Reports
-            path: build/reports
+        with:
+          name: Reports
+          path: build/reports
       - name: Collect JUnit tests
         uses: danger/[email protected]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to