This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch release-atr/2.26.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-atr/2.26.1 by this
push:
new bc72f95006 Typo in action name
bc72f95006 is described below
commit bc72f950061d72f734c0c3c94f8ec727873e2f6d
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 3 10:56:37 2026 +0200
Typo in action name
---
.github/workflows/deploy-atr.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-atr.yaml
b/.github/workflows/deploy-atr.yaml
index e439122bb1..2461778b5d 100644
--- a/.github/workflows/deploy-atr.yaml
+++ b/.github/workflows/deploy-atr.yaml
@@ -60,7 +60,7 @@ jobs:
git archive --format=zip --prefix="${prefix}" -o
"dist/apache-log4j-${version}-src.zip" HEAD
- name: Import GPG key
- uses:
crazymax/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd #
v7.0.0
+ uses:
crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd #
v7.0.0
with:
gpg_private_key: ${{ secrets.LOGGING_GPG_SECRET_KEY }}