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 2023/01/03 11:52:25 UTC

[logging-log4j-tools] branch master updated: INFRA-23996 Fix code typo

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new f344b4f  INFRA-23996 Fix code typo
f344b4f is described below

commit f344b4f51ae46bc913d0f46ccd08715466ba704b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 12:53:20 2023 +0100

    INFRA-23996 Fix code typo
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4bff19a..cfd812d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
           | gpg -v --batch --import --yes --pinentry-mode error
           gpg --list-secret-keys
         env:
-          $GPG_SECRET_KEY: ${{ secrets.$GPG_SECRET_KEY }}
+          $GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
 
       - name: Export artifact version
         run: |