Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
cid-69 fixing action descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindmetku committed Mar 30, 2021
1 parent c6b1116 commit ba86e2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: "LeanIX Microservice Intelligence"
description: "Send information to the LeanIX workspace"
description: "Capture microservice and deployment information and send it to a LeanIX workspace"
inputs:
host:
description: "The LeanIX host where the connector is located, e.g.: eu.leanix.net"
description: "The LeanIX host where the connector is located, e.g: eu.leanix.net"
required: true
api-token: # token for LeanIX API
description: "API-token for LIXMID"
description: "API-token for LeanIX workspace"
required: true
manifest-path: #path to the LeanIX manifest
description: "The location of the manifest file that includes information to be send to the LeanIX-connector."
description: "The location of the manifest file in your repository that includes information to be send to the CI/CD connector"
required: true
default: "/lx-manifest.yml"
stage: #the stage the workflow is triggered for
description: "The stage the workflow is triggered for."
description: "The deployment stage the workflow triggered for"
required: true
version: #the current version the workflow is triggered for.
description: "The current version the workflow is triggered for."
description: "The current deployment version the workflow is triggered for"
required: true
dependency-manager:
description: "Type of the project"
description: "Type of the dependency manager used for the project eg: NPM, MAVEN"
required: true
runs:
using: 'docker'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leanix-microservice-intelligence",
"version": "1.0.0",
"description": "",
"description": "Capture microservice and deployment information and send it to a LeanIX workspace",
"main": "index.js",
"scripts": {
"build": "ncc build index.js --license licenses.txt"
Expand Down

0 comments on commit ba86e2b

Please sign in to comment.