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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new 6850e4e  Add a log mask for email addresses in the release action
6850e4e is described below

commit 6850e4ef8e1be83cb18f23e2c855a2f476df75bd
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Sep 5 14:15:19 2025 +0100

    Add a log mask for email addresses in the release action
---
 release-on-atr/action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/release-on-atr/action.yml b/release-on-atr/action.yml
index 8f60542..d6481b4 100644
--- a/release-on-atr/action.yml
+++ b/release-on-atr/action.yml
@@ -86,6 +86,7 @@ runs:
         : "${INPUTS_ANNOUNCE_SUBJECT:?announce-subject is required when 
announce == true}"
         : "${INPUTS_ANNOUNCE_BODY:?announce-body is required when announce == 
true}"
         : "${INPUTS_ANNOUNCE_PATH_SUFFIX:?announce-path-suffix is required 
when announce == true}"
+        echo "::add-mask::$INPUTS_ANNOUNCE_EMAIL_TO"
         jq -n --arg jwt "$JWT" \
               --arg version "$INPUTS_VERSION" \
               --arg revision "$INPUTS_ANNOUNCE_REVISION" \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to