From de0710566a916d93adb006fed235ffd3c6b25f4b Mon Sep 17 00:00:00 2001 From: Alita Moore Date: Sun, 14 Mar 2021 17:20:47 -0500 Subject: [PATCH] check directory --- action.yml | 2 +- package.json | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ed634b35..6cd0de73 100644 --- a/action.yml +++ b/action.yml @@ -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 diff --git a/package.json b/package.json index 4386fdcb..02f3a8e1 100644 --- a/package.json +++ b/package.json @@ -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" }