Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit de07105

Browse files
committed
check directory
1 parent a0211d1 commit de07105

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
runs:
1010
using: "composite"
1111
steps:
12-
- run: npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
12+
- run: ls && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
1313
shell: bash

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,14 @@
4343
},
4444
"_moduleAliases": {
4545
"src": "build"
46-
}
46+
},
47+
"repository": {
48+
"type": "git",
49+
"url": "git+https://github.com/alita-moore/EIP-Bot.git"
50+
},
51+
"keywords": [],
52+
"bugs": {
53+
"url": "https://github.com/alita-moore/EIP-Bot/issues"
54+
},
55+
"homepage": "https://github.com/alita-moore/EIP-Bot#readme"
4756
}

0 commit comments

Comments
 (0)