1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-23 09:03:47 +01:00

Update ci.yml

This commit is contained in:
Pomax 2020-06-29 11:40:01 -07:00 committed by GitHub
parent 5014c0decb
commit a624fb7015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,11 +63,11 @@ jobs:
- name: Commit changes
run: |
echo "forming commit..."
git config --local user.email "action@github.com"
git config --local user.name "Bezierinfo CI"
git status
set +e
git add -A
git commit -m "Automated build"
set -e
- name: Push changes
uses: ad-m/github-push-action@master