Skip to content

Commit

Permalink
fix: update package json to have correct values for repository
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinf authored Feb 11, 2021
1 parent 1a8042e commit df38ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "typescript-action",
"name": "terraform-plan-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"description": "Terraform Plan GitHub Action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/HylandSoftware/terraform-plan-action.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit df38ad8

Please # to comment.