diff --git a/action.yml b/action.yml index 7e8460d..57af18d 100644 --- a/action.yml +++ b/action.yml @@ -68,5 +68,5 @@ inputs: default: ${{ github.base_ref }} outputs: runs: - using: 'nodejs20' + using: node20 main: dist/index.js