We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd26ad commit c6181a8Copy full SHA for c6181a8
README.md
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Setup clojure-lsp
18
- uses: turtlequeue/setup-clojure-lsp@v1
+ uses: clojure-lsp/setup-clojure-lsp@v1
19
with:
20
clojure-lsp-version: 2021.07.01-19.49.02
21
package.json
@@ -14,7 +14,7 @@
14
},
"repository": {
"type": "git",
- "url": "git+https://github.com/turtlequeue/setup-clojure-lsp.git"
+ "url": "git+https://github.com/clojure-lsp/setup-clojure-lsp.git"
"keywords": [
"actions",
@@ -23,7 +23,7 @@
23
"github",
24
"setup"
25
],
26
- "author": "nha",
+ "author": "ericdallo",
27
"license": "MIT",
28
"dependencies": {
29
"@actions/core": "^1.2.6",
0 commit comments