Skip to content

Commit

Permalink
chore: add new input
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Oct 22, 2024
1 parent f709c74 commit 3644d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ inputs:
component:
description: 'Component to be deployed'
required: true
GITHUB_TOKEN:
description: 'Token for Repository Access'
required: true

# Define your outputs here.
outputs:
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": "typescript-action",
"description": "Givve Automatic Deployment",
"version": "v0.0.7",
"version": "v0.0.8",
"author": "PL Gutscheinsysteme GmbH",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down

0 comments on commit 3644d8c

Please sign in to comment.