parent
ea854064b3
commit
919d84173e
1 changed files with 2 additions and 3 deletions
|
@ -22,12 +22,11 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
env | sort
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git status --porcelain
|
||||
git status -s
|
||||
if [[ -n "$(git status -s)" ]]; then
|
||||
echo lol
|
||||
git commit -am '
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue