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