Skip to content

Commit fb0f832

Browse files
committed
feat: show extra information in composer diff
1 parent 7b5ac27 commit fb0f832

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/composer-lock-diff.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- name: Generate composer diff
2424
id: composer_diff # To reference the output in comment
2525
uses: IonBazan/composer-diff-action@v1
26+
with:
27+
with-platform: true
28+
with-links: true
29+
with-licenses: true
2630

2731
- uses: marocchino/sticky-pull-request-comment@v2
2832
# An empty diff result will break this action.

0 commit comments

Comments
 (0)