Skip to content

Commit

Permalink
remove color from output
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshanziya committed Jul 11, 2024
1 parent 19c4d21 commit 1241d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: contains(steps.changed-files.outputs.modified_files, 'web/themes/custom/contribtracker/package-lock.json')
run: |
npm install -g diff-lockfiles
diff-lockfiles --color ${{ github.event.pull_request.base.sha }} HEAD --shallow >> dependency-diff.md
diff-lockfiles ${{ github.event.pull_request.base.sha }} HEAD --shallow >> dependency-diff.md
- name: Add PR comment
if: contains(steps.changed-files.outputs.modified_files, 'composer.lock')
Expand Down

0 comments on commit 1241d8f

Please sign in to comment.