mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-26 03:09:56 +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 }}
|
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"
|
||||||
|
|
Loading…
Reference in a new issue