We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3bced commit 8838f51Copy full SHA for 8838f51
action.yml
@@ -13,5 +13,5 @@ outputs:
13
perl-versions:
14
description: "JSON containing list of perl versions"
15
runs:
16
- using: node20
17
- main: index.js
+ using: "node20"
+ main: "dist/index.js"
0 commit comments