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-07 16:57:49 -07:00 committed by GitHub
parent 773fe146bb
commit 8e8266952d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,10 +64,10 @@ jobs:
- name: Push changes
run: |
echo "forming commit..."
git remote add origin git@github.com:Pomax/BezierInfo-2.git
git remote add primer git@github.com:Pomax/BezierInfo-2.git
git config --local user.email "action@github.com"
git config --local user.name "Bezierinfo CI"
git checkout -b ci-test
git add -A
git commit -m "Automated build"
git push origin ci-test
git push primer ci-test