Skip to content

Commit 090cfe2

Browse files
committed
Add automated releases
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent bfd6f00 commit 090cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
#language=bash
4444
run: |
4545
# Define the target directory
46-
TARGET_DIR="$CHART"
46+
TARGET_DIR="."
4747
4848
# Fetch deleted files in the target directory
4949
DELETED_FILES=$(git diff --diff-filter=D --name-only HEAD -- "$TARGET_DIR")

0 commit comments

Comments
 (0)