parent
14db5b36e6
commit
ea7d5eff68
1 changed files with 5 additions and 6 deletions
|
@ -19,15 +19,14 @@ jobs:
|
|||
- run: composer fix
|
||||
- name: GIT commit and push all changed files
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_MESSAGE: Continuous Integration Fixes
|
||||
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 log -1 --pretty %B
|
||||
if [[ -n "$(git status -s)" ]]; then
|
||||
echo lol
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "gitbot@users.noreply.php.fail"
|
||||
git commit -am "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git push
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue