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 0d3b583  Try to fix YAML read error in `deploy-site-reusable.yaml`
0d3b583 is described below

commit 0d3b583c3e17b838c716b0e0897e698be7162602
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed Apr 10 13:48:08 2024 +0200

    Try to fix YAML read error in `deploy-site-reusable.yaml`
---
 .github/workflows/deploy-site-reusable.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-site-reusable.yaml 
b/.github/workflows/deploy-site-reusable.yaml
index 35ae857..f619400 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -160,9 +160,8 @@ jobs:
             cat >"$INFRA_FIX_FILENAME" <<EOF
             INFRA cannot handle change sets bigger than a certain size: 
https://the-asf.slack.com/archives/CBX4TSBQ8/p1709724983391709
             This file will be used to push a small commit to help the INFRA to 
recover.
-
+            ---
             Random values to cause a change:
-
             - Seed: $RANDOM
             - Commit ID: $SOURCE_COMMIT_ID
             - Timestamp: $(date --utc '+%Y-%m-%dT%H:%M:%SZ')

Reply via email to