refactor: rename index.ts to action.ts (#408)

This commit is contained in:
Alfi Maulana
2024-08-08 16:00:08 +07:00
committed by GitHub
parent 571e81560b
commit 4c4646891f
4 changed files with 2 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ outputs:
value: ${{ steps.process-inputs.outputs.build-dir }}
runs:
using: node20
main: dist/index.mjs
main: dist/action.mjs