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 bce897f  2nd attempt to fix YAML read error in 
`deploy-site-reusable.yaml`
bce897f is described below

commit bce897f14ee918241334bc2432d19cd94452cd57
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed Apr 10 16:43:01 2024 +0200

    2nd attempt to fix YAML read error in `deploy-site-reusable.yaml`
---
 .github/workflows/deploy-site-reusable.yaml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/deploy-site-reusable.yaml 
b/.github/workflows/deploy-site-reusable.yaml
index f619400..8b96b6b 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -158,14 +158,15 @@ jobs:
 
             # INFRA fix
             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')
-            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')
+          EOF
             git add "$INFRA_FIX_FILENAME"
             git commit -S "$INFRA_FIX_FILENAME" -m "Add INFRA fix for the 
website content generated from \`$SOURCE_COMMIT_ID\`"
 

Reply via email to