Skip to content

Commit b68855d

Browse files
author
Kovacs Alex
committed
fix(action): see long description
- remove author property - point to proper index file - remove the secrets.GITHUB part
1 parent 0ce8949 commit b68855d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# action-build-typescript
1+
# action-build-typescript

action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ inputs:
1010
description: 'The name of the branch the action should push the compiled code'
1111
required: false
1212
default: 'dist'
13-
author:
14-
description: 'The author to use for commits'
15-
required: false
1613
githubToken:
17-
description: 'Your GitHub secret token (hint: use ${{ secrets.GITHUB_TOKEN }} )'
14+
description: 'Your GitHub secret token'
1815
required: false
1916
runs:
2017
using: 'node12'
21-
main: src/main.js
18+
main: src/index.js

0 commit comments

Comments
 (0)