🔧 Update package metadata

This commit is contained in:
Anand Chowdhary
2021-01-03 22:46:38 +05:30
parent 653c3833f5
commit 2f3b5265cc
5 changed files with 10 additions and 19 deletions

View File

@@ -12,7 +12,3 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.4
- uses: ./
with:
milliseconds: 1000
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -1,4 +1,4 @@
# 🔖 GitHub Actions Starter
# 🔖 Package Version Action
GitHub Action to get the `package.json` version and a SHA suffix for unique versions.

View File

@@ -1,11 +1,6 @@
name: "Action.ts"
description: "GitHub Actions starter for TypeScript with automated releases"
name: "Package Version Action"
description: "GitHub Action to get the package.json version and a SHA suffix"
author: "Koj <https://github.com/koj.co>"
inputs:
milliseconds:
required: true
description: "Number of milliseconds to wait"
default: "1000"
runs:
using: "node12"
main: "dist/index.js"

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "github-actions-starter",
"name": "package-version-action",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,

View File

@@ -1,7 +1,7 @@
{
"name": "github-actions-starter",
"version": "1.0.5",
"description": "Starter for GitHub Actions with TypeScript and automated releases",
"name": "package-version-action",
"version": "0.0.0",
"description": "GitHub Action to get the package.json version and a SHA suffix",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
@@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/koj-co/action.ts.git"
"url": "git+https://github.com/koj-co/package-version-action.git"
},
"keywords": [
"github",
@@ -22,9 +22,9 @@
"author": "Anand Chowdhary <mail@anandchowdhary.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koj-co/action.ts/issues"
"url": "https://github.com/koj-co/package-version-action/issues"
},
"homepage": "https://github.com/koj-co/action.ts#readme",
"homepage": "https://github.com/koj-co/package-version-action#readme",
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"@types/jest": "^26.0.14",