parent
32eba79853
commit
b85c91b3d0
1 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,9 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
if [[ -z $(git status -s) ]]; then
|
||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git push
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue