Skip to content

Commit 0b2ed89

Browse files
feat: add git diff-tree command to workflow for improved record merging
1 parent ff89efa commit 0b2ed89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
echo "$GITHUB_CONTEXT"
3939
echo "show GITHUB_SHA"
4040
echo $GITHUB_SHA
41+
git diff-tree --no-commit-id --name-only -r $GITHUB_SHA
4142
4243
- name: Merge records
4344
run: npx @db-man/cli mergeV2 $GITHUB_SHA

0 commit comments

Comments
 (0)