Skip to content

Commit 272b0bb

Browse files
committed
rename parse.js to action.js
1 parent 8df1f0b commit 272b0bb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ runs:
2525
eval "$(pkgx +node)"
2626
set +a
2727
fi
28-
node "$GITHUB_ACTION_PATH"/parse.js ${{ steps.env.outputs.file }}
28+
node "$GITHUB_ACTION_PATH"/action.js ${{ steps.env.outputs.file }}
2929
shell: bash

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pkgx": "deno^2.1",
66
"lint": {
77
"include": ["src/", "./app.ts"],
8-
"exclude": ["**/*.test.ts", "./parse.js"]
8+
"exclude": ["**/*.test.ts", "./action.js"]
99
},
1010
"test": {
1111
"include": ["src/"]

0 commit comments

Comments
 (0)