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

pkarwasz pushed a commit to branch release/2.25.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release/2.25.0 by this push:
     new de5c9440c0 Test of `deploy-site` workflow
de5c9440c0 is described below

commit de5c9440c04c7f53bee4b6328f8944d575f842a6
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jun 10 12:58:17 2025 +0200

    Test of `deploy-site` workflow
    
    We check if the current `deploy-site` workflow in main works correctly, 
before a `logging-parent` release.
---
 .github/workflows/deploy-site.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-site.yaml 
b/.github/workflows/deploy-site.yaml
index e9ab08d8ad..931e515a7f 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -81,7 +81,7 @@ jobs:
 
   deploy-site-rel:
     needs: export-version
-    uses: 
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1.0
+    uses: 
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@main
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

Reply via email to