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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -64,10 +64,10 @@ jobs:
|
|||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: |
|
run: |
|
||||||
echo "forming commit..."
|
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.email "action@github.com"
|
||||||
git config --local user.name "Bezierinfo CI"
|
git config --local user.name "Bezierinfo CI"
|
||||||
git checkout -b ci-test
|
git checkout -b ci-test
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Automated build"
|
git commit -m "Automated build"
|
||||||
git push origin ci-test
|
git push primer ci-test
|
||||||
|
Reference in New Issue
Block a user