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

Commit

Permalink
check directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alita-moore committed Mar 14, 2021
1 parent a0211d1 commit de07105
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
runs:
using: "composite"
steps:
- run: npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
- run: ls && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js
shell: bash
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,14 @@
},
"_moduleAliases": {
"src": "build"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/alita-moore/EIP-Bot.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/alita-moore/EIP-Bot/issues"
},
"homepage": "https://github.com/alita-moore/EIP-Bot#readme"
}

0 comments on commit de07105

Please sign in to comment.