mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
fix: coverage action need username
This commit is contained in:
parent
090d7155e0
commit
7b7f0b84e8
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
git config --global user.name "${GH_NAME}"
|
||||||
|
git config --global user.email "${GH_EMAIL}"
|
||||||
|
echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
|
||||||
|
|
||||||
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
|
Loading…
Reference in New Issue
Block a user