From 43f617522186e594fb0aafa53fb4b1710127b4c5 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 13 Aug 2019 13:53:11 -0700 Subject: [PATCH] fix(ci): disable mirror for now --- .github/workflows/nodejs.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index bd7ef93..144eb87 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,12 +20,12 @@ jobs: run: | npm install npm test - mirror: - name: Mirror to GHE - runs-on: ubuntu-latest - steps: - - uses: boneskull/mirror-action@mirror-mode - with: - args: 'https://github.ibm.com/Christopher-Hiller/report-toolkit.git' - secrets: GIT_PASSWORD - env: "GIT_USERNAME='Christopher-Hiller'" + # mirror: + # name: Mirror to GHE + # runs-on: ubuntu-latest + # steps: + # - uses: boneskull/mirror-action@mirror-mode + # with: + # args: 'https://github.ibm.com/Christopher-Hiller/report-toolkit.git' + # secrets: GIT_PASSWORD + # env: "GIT_USERNAME='Christopher-Hiller'"