diff --git a/README.md b/README.md index acc1fba..5e53e47 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
@@ -44,7 +44,7 @@ ## Example usage ```yaml -uses: VGVentures/very-good-coverage@v1.1.0 +uses: VeryGoodOpenSource/very_good_coverage@v1.1.0 with: path: "./coverage/lcov.info" min_coverage: 95 diff --git a/action.yml b/action.yml index fbfc708..842c818 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: very-good-coverage +name: 'Very Good Coverage' description: 'Enforce LCOV Coverage Thresholds' branding: icon: check-square diff --git a/package.json b/package.json index 888a441..658f119 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/VGVentures/very-good-coverage.git" + "url": "git+https://github.com/VeryGoodOpenSource/very_good_coverage.git" }, "keywords": [ "GitHub", @@ -24,9 +24,9 @@ "author": "hi@verygood.ventures", "license": "MIT", "bugs": { - "url": "https://github.com/VGVentures/very-good-coverage/issues" + "url": "https://github.com/VeryGoodOpenSource/very_good_coverage/issues" }, - "homepage": "https://github.com/VGVentures/very-good-coverage", + "homepage": "https://github.com/VeryGoodOpenSource/very_good_coverage", "dependencies": { "@actions/core": "^1.2.5", "lcov-parse": "^1.0.0",