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

pkarwasz pushed a commit to branch feat/dependabot-add-changelog3
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/feat/dependabot-add-changelog3 
by this push:
     new 2c6ddef  fix: input naming convention
2c6ddef is described below

commit 2c6ddef5b5ab6ae9b49df76b873697d8e92b5cf2
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jun 24 10:31:53 2025 +0200

    fix: input naming convention
---
 .github/workflows/process-dependabot-reusable.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/process-dependabot-reusable.yaml 
b/.github/workflows/process-dependabot-reusable.yaml
index fb5c1c2..e20f25e 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -20,11 +20,11 @@ name: Dependabot Process PR
 on:
   workflow_call:
     inputs:
-      user_name:
+      user-name:
         description: The name of the user to use for the commit
         default: 'ASF Logging Services RM'
         type: string
-      user_email:
+      user-email:
         description: The email of the user to use for the commit
         default: '[email protected]'
         type: string

Reply via email to