Skip to content

Commit

Permalink
fix(ci): disable mirror for now
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 13, 2019
1 parent cb91414 commit 43f6175
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"

0 comments on commit 43f6175

Please sign in to comment.