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 2024/04/11 13:18:10 UTC

(logging-parent) branch main updated: Fix bash quote escaping

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 5edf728  Fix bash quote escaping
5edf728 is described below

commit 5edf7285017cd227891c3a6b55df2f0d0215fe53
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Thu Apr 11 15:18:03 2024 +0200

    Fix bash quote escaping
---
 .github/workflows/deploy-site-reusable.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-site-reusable.yaml b/.github/workflows/deploy-site-reusable.yaml
index 1626a70..44055e3 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -177,7 +177,7 @@ jobs:
           # - Timestamp: $(date --utc '+%Y-%m-%dT%H:%M:%SZ')
           EOF
             git add .asf.yaml
-            git commit -S .asf.yaml -m "Add `.asf.yaml` along with an INFRA fix for the website content generated from \`$SOURCE_COMMIT_ID\`"
+            git commit -S .asf.yaml -m "Add \`.asf.yaml\` along with an INFRA fix for the website content generated from \`$SOURCE_COMMIT_ID\`"
 
             # Push changes *separately*!
             # A separate small commit push necessary due to the INFRA issue explained above.