mirror of
https://github.com/AnandChowdhary/package-version-action.git
synced 2025-12-06 07:48:12 +08:00
🔧 Update package metadata
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -12,7 +12,3 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.4
|
||||
- uses: ./
|
||||
with:
|
||||
milliseconds: 1000
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "github-actions-starter",
|
||||
"name": "package-version-action",
|
||||
"version": "1.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
12
package.json
12
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user