Skip to content

Commit

Permalink
🔧 try to push
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 16, 2020
1 parent 19fec5b commit 1b06d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
cp ../*.html .
cp ../badge.svg .
mv cov.html index.html
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Update coverage"
git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git
Expand Down

0 comments on commit 1b06d40

Please sign in to comment.