This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 439bcac Fix XML indentation in generated `dependabot` changelog
entries
439bcac is described below
commit 439bcaca45a5e9a71c5d7834df9f9bad5904a8fa
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 28 11:29:36 2023 +0200
Fix XML indentation in generated `dependabot` changelog entries
---
.github/workflows/merge-dependabot-reusable.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/merge-dependabot-reusable.yaml
b/.github/workflows/merge-dependabot-reusable.yaml
index 297032b..65f5433 100644
--- a/.github/workflows/merge-dependabot-reusable.yaml
+++ b/.github/workflows/merge-dependabot-reusable.yaml
@@ -107,7 +107,7 @@ jobs:
xmlns="http://logging.apache.org/log4j/changelog"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.1.xsd"
type="changed">
- <author id="github:dependabot"/>
+ <author id="github:dependabot"/>
<description format="asciidoc">Update \`$DEPENDENCY_NAME\` to
version \`$DEPENDENCY_VERSION\`</description>
</entry>
EOF