1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +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..."
git config --local user.email "action@github.com"
git config --local user.name "Bezierinfo CI"
git status
git commit -m "Automated build" -a
- name: Push changes