change step
All checks were successful
renovate / renovate (push) Successful in 1m0s

This commit is contained in:
2025-06-09 17:02:19 -05:00
parent 836154029c
commit 5318b8f3fb

View File

@@ -21,6 +21,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v4
@@ -32,7 +34,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="${{ gitea.head_ref }}/${{ gitea.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/**')