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 9f2e7ec fix: typos in `user-name` and `user-email`
9f2e7ec is described below
commit 9f2e7ecb73b443863a61df2c919833ba0853fec8
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jun 24 12:06:58 2025 +0200
fix: typos in `user-name` and `user-email`
---
.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 85aaaff..ecb38ea 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -153,8 +153,8 @@ jobs:
- name: Add & commit changes
shell: bash
env:
- USER_NAME: ${{ inputs.user_name }}
- USER_EMAIL: ${{ inputs.user_email }}
+ USER_NAME: ${{ inputs.user-name }}
+ USER_EMAIL: ${{ inputs.user-email }}
run: |
git add src/changelog
git config user.name "$USER_NAME"