Referencing the new organization

This commit is contained in:
Janos Bonic 2022-10-08 16:28:19 +02:00
parent b300c764ec
commit d32893af0c
No known key found for this signature in database
GPG key ID: 465EF45E51CBA2BA
23 changed files with 26 additions and 26 deletions

View file

@ -1,17 +1,17 @@
{
"name": "@haveyoudebuggedit/gotestfmt-action",
"name": "@gotesttools/gotestfmt-action",
"version": "1.0.0",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/haveyoudebuggedit/gotestfmt-action.git"
"url": "git+https://github.com/gotesttools/gotestfmt-action.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/haveyoudebuggedit/gotestfmt-action/issues"
"url": "https://github.com/gotesttools/gotestfmt-action/issues"
},
"homepage": "https://github.com/haveyoudebuggedit/gotestfmt-action#readme",
"homepage": "https://github.com/gotesttools/gotestfmt-action#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",