diff --git a/README.md b/README.md index 189eb53..eed4c0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# setup-buildifier-action +# setup-buildifier action -![verify-action.yml](https://github.com/jbajic/setup-buildifier-action/actions/workflows/verify-action.yml/badge.svg?event=schedule) +![verify-action.yml](https://github.com/jbajic/setup-buildifier/actions/workflows/verify-action.yml/badge.svg?event=schedule) GitHub Action for setting up Bazel's build tool buildifier for checking and formatting Bazel's files format checks on Bazel files using [buildifier](https://github.com/bazelbuild/buildtools) diff --git a/package.json b/package.json index 00b82ff..3465bb5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/setup-buildifier.ts", "repository": { "type": "git", - "url": "git+https://github.com/jbajic/setup-buildifier-action.git" + "url": "git+https://github.com/jbajic/setup-buildifier.git" }, "scripts": { "watch": "ncc build src/setup-buildifier.ts --watch --minify",