change ref
All checks were successful
renovate / renovate (push) Successful in 44s

This commit is contained in:
2025-06-09 16:58:39 -05:00
parent af4bff8bbc
commit 836154029c

View File

@@ -32,7 +32,7 @@ jobs:
run: |
set -e # Exit immediately if a command exits with a non-zero status.
TARGET_BRANCH="origin/${{ gitea.base_ref }}"
TARGET_BRANCH="${{ gitea.head_ref }}/${{ gitea.base_ref }}"
echo "Target branch for diff is: $TARGET_BRANCH"
CHANGED_FILES=$(git diff --name-only "$TARGET_BRANCH" -- 'clusters/**')