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 00ef66a fix: `env.RUNNER_TEMP` does not exist
00ef66a is described below
commit 00ef66aed00b46e5b400adfa88b3291ba0e1f42a
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jun 24 12:03:12 2025 +0200
fix: `env.RUNNER_TEMP` does not exist
---
.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 e20f25e..ddc1622 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -60,7 +60,7 @@ jobs:
with:
github-token: ${{ github.token }}
name: dependabot-metadata
- path: ${{ env.RUNNER_TEMP }}/dependabot-metadata
+ path: ${{ runner.temp }}/dependabot-metadata
run-id: ${{ inputs.analyze-workflow-run-id }}
- name: Process Dependabot metadata