Skip to content

Commit

Permalink
Add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Dec 21, 2022
1 parent 76620c5 commit ae769c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Publish PR Packages'
author: 'pi0neerpat'
branding:
icon: 'package'
color: 'blue'
description: 'Publish a test package for each PR'
inputs:
token:
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
{
"name": "publish-pr-package",
"version": "0.0.0",
"name": "publish-pr-packages",
"version": "1.0.0",
"description": "Container template action using actions/toolkit",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/container-toolkit-template.git"
"url": "git+https://github.com/UseKeyp/keyp-package-publisher.git"
},
"keywords": [
"actions",
"container",
"toolkit",
"setup"
],
"author": "GitHub",
"license": "ISC",
"author": "pi0neerpat",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/container-toolkit-template/issues"
"url": "https://github.com/actions/UseKeyp/keyp-package-publisher/issues"
},
"homepage": "https://github.com/actions/container-toolkit-template#readme",
"homepage": "https://github.com/actions/UseKeyp/keyp-package-publisher#readme",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/io": "^1.0.0",
Expand Down

0 comments on commit ae769c1

Please sign in to comment.