diff --git a/action.yml b/action.yml index 7badb88..b8ff01b 100644 --- a/action.yml +++ b/action.yml @@ -6,4 +6,4 @@ inputs: default: ${{ github.token }} runs: using: 'node12' - main: 'dist/index.js' + main: 'index.js'