Skip to content

Commit 4c46468

Browse files
authored
refactor: rename index.ts to action.ts (#408)
1 parent 571e815 commit 4c46468

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ outputs:
3434
value: ${{ steps.process-inputs.outputs.build-dir }}
3535
runs:
3636
using: node20
37-
main: dist/index.mjs
37+
main: dist/action.mjs
File renamed without changes.

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { nodeResolve } from "@rollup/plugin-node-resolve";
22
import typescript from "@rollup/plugin-typescript";
33

44
export default {
5-
input: "src/index.ts",
5+
input: "src/action.ts",
66
output: {
77
dir: "dist",
88
entryFileNames: "[name].mjs",
File renamed without changes.

0 commit comments

Comments
 (0)