fix: Point to Typescript transpiled action script

The transpiled Typescript files are in a different directory than their Javascript counterparts.
Fix the action metadata to reflect this.
This commit is contained in:
Thomas A. Christensen II 2023-05-23 20:13:53 +00:00 committed by GitHub
parent 56d7f33dac
commit f09d15061f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ inputs:
default: ${{ github.token }} default: ${{ github.token }}
runs: runs:
using: "node16" using: "node16"
main: "dist/index.js" main: "lib/src/main.js"
branding: branding:
icon: "shuffle" icon: "shuffle"
color: "green" color: "green"