1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 04:22:28 +02:00

Update ci.yml

This commit is contained in:
Pomax
2020-06-27 10:26:04 -07:00
committed by GitHub
parent 0b5b718535
commit dc413beff2

View File

@@ -65,6 +65,7 @@ jobs:
echo "forming commit..." echo "forming commit..."
git config --local user.email "action@github.com" git config --local user.email "action@github.com"
git config --local user.name "Bezierinfo CI" git config --local user.name "Bezierinfo CI"
git status
git commit -m "Automated build" -a git commit -m "Automated build" -a
- name: Push changes - name: Push changes