mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-12 11:44:22 +02:00
Update ci.yml
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -63,11 +63,11 @@ jobs:
|
|||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
echo "forming commit..."
|
echo "forming commit..."
|
||||||
git config --local user.email "action@github.com"
|
|
||||||
git config --local user.name "Bezierinfo CI"
|
|
||||||
git status
|
git status
|
||||||
|
set +e
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Automated build"
|
git commit -m "Automated build"
|
||||||
|
set -e
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
Reference in New Issue
Block a user