Skip to content

Commit

Permalink
Apply short name
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Oct 15, 2024
1 parent 828d8c8 commit 9ed8122
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Setup IX-Ray Compressor",
"name": "Setup Compressor",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm",
"postCreateCommand": "npm install",
"features": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"folders": [
{
"name": "Setup IX-Ray Compressor",
"name": "Setup Compressor",
"path": "."
}
],
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Setup IX-Ray Compressor'
name: 'Setup Compressor (IX-Ray)'
description: 'Action for installing and configuring IX-Ray Compressor utility to PATH of the runner'
author: 'acidicMercury8'

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "setup-ixray-compressor",
"name": "setup-compressor",
"version": "0.1.0",
"description": "Action for installing and configuring IX-Ray Compressor utility to PATH of the runner",
"author": "acidicMercury8",
Expand All @@ -16,13 +16,13 @@
"pack": "npx ncc build src/index.js -o dist --source-map --license licenses.txt",
"pack:watch": "npm run package -- --watch"
},
"homepage": "https://github.com/ixray-team/setup-ixray-compressor#readme",
"homepage": "https://github.com/ixray-team/setup-compressor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ixray-team/setup-ixray-compressor.git"
"url": "git+https://github.com/ixray-team/setup-compressor.git"
},
"bugs": {
"url": "https://github.com/ixray-team/setup-ixray-compressor/issues"
"url": "https://github.com/ixray-team/setup-compressor/issues"
},
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 9ed8122

Please sign in to comment.