Skip to content

Commit

Permalink
fix(ci): always run git setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
robertylewis committed Mar 4, 2020
1 parent cc4ac8a commit 8a0157d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
run: leanpkg build | python scripts/detect_errors.py

- name: configure git setup
if: always()
run: |
git remote add origin-bot "https://leanprover-community-bot:${{ secrets.DEPLOY_NIGHTLY_GITHUB_TOKEN }}@github.com/leanprover-community/mathlib.git"
git config user.email "leanprover.community@gmail.com"
Expand Down

0 comments on commit 8a0157d

Please sign in to comment.