From 836154029c2ee82ddbded5eb046b5990809a5400 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 16:58:39 -0500 Subject: [PATCH] change ref --- .gitea/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 134ecff8a..d3c2f03b6 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -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/**')