Skip to content

Commit

Permalink
Reverted dependency file command
Browse files Browse the repository at this point in the history
  • Loading branch information
amoldashwant committed Jun 24, 2024
1 parent 3309382 commit 0a1012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Generate Dependencies file
run: mvn org.eclipse.dash:license-tool-plugin:license-check
run: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES || true

- name: Check if dependencies were changed
id: dependencies-changed
Expand Down

0 comments on commit 0a1012e

Please sign in to comment.