mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-25 18:59:55 +00:00
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:
parent
56d7f33dac
commit
f09d15061f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ inputs:
|
|||
default: ${{ github.token }}
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
main: "lib/src/main.js"
|
||||
branding:
|
||||
icon: "shuffle"
|
||||
color: "green"
|
||||
|
|
Loading…
Reference in a new issue