1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

fix: coverage action

This commit is contained in:
Ivar Conradi Østhus 2022-05-20 16:48:13 +02:00
parent 51c1c790b4
commit 3c91acca4c
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -51,7 +51,7 @@ jobs:
git add coverage git add coverage
git diff-index --quiet HEAD || git commit -m 'chore: update coverage reports' git diff-index --quiet HEAD || git commit -m 'chore: update coverage reports'
git push origin git push origin main
env: env:
GH_NAME: 'ivarconr' GH_NAME: 'ivarconr'
GH_EMAIL: 'ivarconr@gmail.com' GH_EMAIL: 'ivarconr@gmail.com'