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

vy pushed a commit to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit b8548bbc227fb8c6f1299ea0ade5b9940592c065
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 13:38:58 2023 +0200

    Fix YAML escaping issue, 7th time
---
 .github/workflows/deploy-release-reusable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-release-reusable.yml 
b/.github/workflows/deploy-release-reusable.yml
index 62cc74c..d54a785 100644
--- a/.github/workflows/deploy-release-reusable.yml
+++ b/.github/workflows/deploy-release-reusable.yml
@@ -31,7 +31,7 @@ on:
       # `distribution-*` input defaults should match the ones in `pom.xml`!
       distribution-attachment-filepath-pattern:
         description: The regex pattern matched against the full filepath for 
determining attachments to be included in the distribution
-        default: >
+        default: |-
           '^.*/target/log4j-(.+)-'${PROJECT_VERSION}'(-tests)?\\.jar$'
         type: string
       distribution-attachment-count:

Reply via email to