update action
This commit is contained in:
parent
327be5ad89
commit
b964f2454e
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ description: An infographics generator to display stats about your Code::Stats a
|
|||
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'action.ts'
|
||||
main: 'dist/action.js'
|
||||
|
||||
inputs:
|
||||
username:
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.ts"
|
||||
"index.ts",
|
||||
"action.ts"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue