Skip to content

Commit 628b7d5

Browse files
authored
Fix path to eclipse-dash project gh workflow
It fails after dash-licenses moved from eclipse to its own gh org.
1 parent 490ab46 commit 628b7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/licensecheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ on:
1616

1717
jobs:
1818
call-license-check:
19-
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
19+
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
2020
with:
2121
projectId: tools.linuxtools
2222
javaVersion: 21
2323
secrets:
2424
gitlabAPIToken: ${{ secrets.GITLAB_API_TOKEN }}
2525
permissions:
26-
pull-requests: write
26+
pull-requests: write

0 commit comments

Comments
 (0)