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 b7e5eac Try using `github.workflow_ref` instead of
`github.workflow_sha`
b7e5eac is described below
commit b7e5eac9eb8d977f29097e27a6eb416c2b82abcb
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 16:17:07 2025 +0200
Try using `github.workflow_ref` instead of `github.workflow_sha`
---
.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 8988691..ca511ff 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -61,7 +61,7 @@ jobs:
with:
repository: apache/logging-parent
path: logging-parent
- ref: ${{ github.workflow_sha }}
+ ref: ${{ github.workflow_ref }}
- name: Set up GPG
uses:
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # 6.3.0