Compare commits
2 Commits
e5c4e0f9d5
...
3ffdf1e7eb
Author | SHA1 | Date | |
---|---|---|---|
3ffdf1e7eb
|
|||
5318b8f3fb |
@@ -21,6 +21,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Helm
|
||||
uses: azure/setup-helm@v4
|
||||
@@ -32,7 +34,7 @@ jobs:
|
||||
run: |
|
||||
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"
|
||||
|
||||
CHANGED_FILES=$(git diff --name-only "$TARGET_BRANCH" -- 'clusters/**')
|
||||
|
Reference in New Issue
Block a user