1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-12 03:34:12 +02: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

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