Skip to content

Commit

Permalink
Fix action to use dist/index.js as main
Browse files Browse the repository at this point in the history
dist/index.js has all dependencies packaged and minimised and thus doesn't rely on the presence of node_modules/
  • Loading branch information
vlaurin committed Oct 22, 2022
1 parent 705d394 commit 6822916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ output:
description: 'Count of container versions that were pruned'
runs:
using: 'node16'
main: 'index.js'
main: 'dist/index.js'

0 comments on commit 6822916

Please sign in to comment.