1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 02:59:58 +02:00

Update ci.yml

This commit is contained in:
Pomax
2020-06-29 11:46:34 -07:00
committed by GitHub
parent c13dfc2fff
commit 0f7ee3d4ae

View File

@@ -64,6 +64,8 @@ jobs:
run: |
echo "forming commit..."
git status
git config --local user.email "action@github.com"
git config --local user.name "Bezierinfo CI"
set +e
git add -A
git commit -m "Automated build"