You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/12/27 11:55:36 UTC

[logging-log4j-tools] branch master updated: Fix YAML indentation

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new d0dcb06  Fix YAML indentation
d0dcb06 is described below

commit d0dcb06f01d4f3cb8dd4d8a6ef61d54c47ed460f
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Dec 27 12:56:26 2022 +0100

    Fix YAML indentation
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0682d09..218adb8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -198,7 +198,7 @@ jobs:
           path: |
             /tmp/src.zip
             /tmp/src.zip.asc
-        if-no-files-found: error
+          if-no-files-found: error
 
       - name: Tag version (RELEASE)
         if: startsWith(github.ref, 'refs/heads/release/')