run command
All checks were successful
renovate / renovate (push) Successful in 1m20s

This commit is contained in:
2025-12-03 21:29:42 -06:00
parent d56391cb2b
commit 45d5050935
2 changed files with 2 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ jobs:
GIT_DIFF=()
echo ">> Target branch for diff is: ${BASE_BRANCH}"
echo ""
if [ "${{ github.event_name }}" == "pull_request" ]; then
echo ""

View File

@@ -48,7 +48,7 @@ jobs:
uses: azure/setup-helm@v4
with:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2
version: v3
- name: Check Directories for Changes
id: check-dir-changes
@@ -58,11 +58,11 @@ jobs:
GIT_DIFF=()
echo ">> Target branch for diff is: ${BASE_BRANCH}"
echo ""
if [ "${{ github.event_name }}" == "pull_request" ]; then
echo ""
echo ">> Checking for changes in a pull request ..."
git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u
GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep "clusters/*/helm/**")
else
echo ""