Skip to content

Commit 4dfc593

Browse files
committed
Use from rgrunber/eclipse.jdt.ls.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent d1d3892 commit 4dfc593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242
with:
43-
repository: 'eclipse-jdtls/eclipse.jdt.ls'
43+
repository: 'rgrunber/eclipse.jdt.ls'
4444
fetch-depth: 2
4545
path: eclipse.jdt.ls
4646
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969
if: "${{ inputs.JDT_LS_VERSION == '' }}"
7070
uses: actions/checkout@v4
7171
with:
72-
repository: eclipse-jdtls/eclipse.jdt.ls
72+
repository: rgrunber/eclipse.jdt.ls
7373
- name: Cache Maven local repository
7474
uses: actions/cache@v4
7575
with:

0 commit comments

Comments
 (0)