Compare commits
2 Commits
592d8f3f06
...
e5c4e0f9d5
Author | SHA1 | Date | |
---|---|---|---|
e5c4e0f9d5
|
|||
836154029c |
@@ -32,7 +32,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="origin/${{ gitea.base_ref }}"
|
TARGET_BRANCH="${{ gitea.head_ref }}/${{ gitea.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/**')
|
||||||
|
Reference in New Issue
Block a user