fix branch
All checks were successful
renovate / renovate (push) Successful in 1m0s

This commit is contained in:
2025-11-10 15:43:30 -06:00
parent cb17c6d4e4
commit 95b9382b6e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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