Skip to content

Commit

Permalink
update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice committed May 3, 2024
1 parent bda83bb commit 48f3641
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
12 changes: 7 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'rust-build.action'
description:
'Packages your rust builds into a .exe, .app and the one for linux.'
author: 'imyanice'

# Add your action's branding here. This will appear on the GitHub Marketplace.
# https://actions-cool.github.io/github-action-branding/
branding:
icon: 'heart'
color: 'red'
icon: 'package'
color: 'blue'

# Define your inputs here.
inputs:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"version": "0.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
"name": "rust-build.action",
"description": "Packages your rust builds into a .exe, .app and the one for linux.",
"version": "0.1.0",
"author": "imyanice",
"private": false,
"homepage": "https://github.com/imyanice/rust-build.action",
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/imyanice/rust-build.action.git"
},
"bugs": {
"url": "https://github.com/actions/typescript-action/issues"
"url": "https://github.com/imyanice/rust-build.action/issues"
},
"keywords": [
"actions",
"node",
"setup"
"rust",
"build"
],
"exports": {
".": "./dist/index.js"
Expand All @@ -34,7 +34,7 @@
"test": "npx jest",
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
},
"license": "MIT",
"license": "GPL-3.0-only",
"jest": {
"preset": "ts-jest",
"verbose": true,
Expand Down

0 comments on commit 48f3641

Please sign in to comment.