We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5ac27 commit fb0f832Copy full SHA for fb0f832
1 file changed
.github/workflows/composer-lock-diff.yml
@@ -23,6 +23,10 @@ jobs:
23
- name: Generate composer diff
24
id: composer_diff # To reference the output in comment
25
uses: IonBazan/composer-diff-action@v1
26
+ with:
27
+ with-platform: true
28
+ with-links: true
29
+ with-licenses: true
30
31
- uses: marocchino/sticky-pull-request-comment@v2
32
# An empty diff result will break this action.
0 commit comments