From b0c271942f17c21b91adb9da3af247d4c3a4d729 Mon Sep 17 00:00:00 2001 From: Alita Moore Date: Sun, 14 Mar 2021 17:41:19 -0500 Subject: [PATCH] fix bug --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8f49818f..2c5a9a0e 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: runs: using: "composite" steps: - - run: pwd && ls && cd .. && pwd && ls && cd .. && pwd && ls && cd _actions && pwd && ls && cd alita-moore && pwd && ls && EIP-Bot && pwd && ls && cd 1.0.5 && pwd && ls && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js + - run: pwd && ls && cd .. && pwd && ls && cd .. && pwd && ls && cd _actions && pwd && ls && cd alita-moore && pwd && ls && cd EIP-Bot && pwd && ls && cd 1.0.5 && pwd && ls && npm ci && npm run build && GITHUB_TOKEN=${{ inputs.GITHUB-TOKEN }} node build/index.js shell: bash