Skip to content

Commit 33cda55

Browse files
committed
fix
1 parent 44abc97 commit 33cda55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitea/workflows/render-manifests-merge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
7070
RENDER_DIR=()
7171
72-
echo ">> Checking for changes ..."
73-
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
72+
echo ">> Checking for changes from HEAD^..HEAD ..."
73+
GIT_DIFF=$(git diff --name-only HEAD^..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
7474
7575
if [ -n "${GIT_DIFF}" ]; then
7676
echo ">> Changes detected:"

0 commit comments

Comments
 (0)