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

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


The following commit(s) were added to refs/heads/feat/dependabot-add-changelog 
by this push:
     new e9461a8  fix: correct `uses` syntax for local reference
e9461a8 is described below

commit e9461a8346a595c621ac41e59ed144893f15c79e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 15:16:23 2025 +0200

    fix: correct `uses` syntax for local reference
---
 .github/workflows/process-dependabot-reusable.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/process-dependabot-reusable.yaml 
b/.github/workflows/process-dependabot-reusable.yaml
index c0d29ff..4bdf721 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -53,7 +53,7 @@ jobs:
 
       - name: Generate changelog entries
         id: dependencies
-        uses: ../actions/dependabot-generate-changelog
+        uses: ./.github/actions/dependabot-generate-changelog
 
       - name: Add & commit changes
         # Commits generated by Dependabot will always contain at least one 
dependency

Reply via email to