From 8b66396378d99e0b338382cbed64fa80699434e6 Mon Sep 17 00:00:00 2001 From: Louis Boudreau Date: Fri, 11 Oct 2024 16:12:49 -0400 Subject: [PATCH] Revert meta in package.json --- package.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 459305d..4f91fd1 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,12 @@ { - "name": "typescript-action", - "description": "GitHub Actions TypeScript template", - "version": "0.0.0", - "author": "", + "name": "get-current-run-conclusion-action", + "description": "Compute the conclusion of the current Github actions workflow run", + "author": "l.boudreau@agendrix.com", "private": true, - "homepage": "https://github.com/actions/typescript-action", + "homepage": "https://github.com/agendrix/get-current-run-conclusion-action.com", "repository": { "type": "git", - "url": "git+https://github.com/actions/typescript-action.git" - }, - "bugs": { - "url": "https://github.com/actions/typescript-action/issues" + "url": "git+https://github.com/agendrix/get-current-run-conclusion-action.git" }, "keywords": [ "actions",