update action

This commit is contained in:
Domai 2023-09-23 12:27:31 +02:00
parent 327be5ad89
commit b964f2454e
No known key found for this signature in database
GPG key ID: 2FBD8C921EB5B019
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -14,6 +14,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"index.ts"
"index.ts",
"action.ts"
]
}