diff --git a/action.yml b/action.yml index 101186a..e702963 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'The name of your action here' +name: 'Givve Automatic Deployment' description: 'Provide a description here' -author: 'Your name or organization here' +author: 'PL Gutscheinsysteme GmbH' # Add your action's branding here. This will appear on the GitHub Marketplace. branding: diff --git a/package.json b/package.json index 1d8854a..3582f7f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "typescript-action", - "description": "GitHub Actions TypeScript template", - "version": "0.0.0", - "author": "", + "description": "Givve Automatic Deployment", + "version": "0.0.1", + "author": "PL Gutscheinsysteme GmbH", "private": true, "homepage": "https://github.com/actions/typescript-action", "repository": {