Skip to content

Commit

Permalink
Fix licensecheck run
Browse files Browse the repository at this point in the history
As dash project is its own github org the path to the workflow file changes.
  • Loading branch information
akurtakov authored Jul 12, 2024
1 parent bee00d3 commit 55be6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
call-license-check:
permissions:
pull-requests: write
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: eclipse.platform
submodules: recursive
Expand Down

0 comments on commit 55be6be

Please sign in to comment.