mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-03-10 08:42:53 +00:00
git add -A
This commit is contained in:
parent
45eaab2b1c
commit
df4686974e
2 changed files with 5 additions and 2 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -22,9 +22,12 @@ jobs:
|
|||
- name: Render and build OpenSCAD project
|
||||
uses: flat35hd99/eval-openscad@v0.2
|
||||
with:
|
||||
command: 'openscad -o "tests/test.stl" "tests/test.scad"'
|
||||
command: |
|
||||
echo "where does this even go"
|
||||
openscad -o "tests/test.stl" "tests/test.scad"
|
||||
- run: |
|
||||
git config --global user.name 'KeyV2 GHA Bot'
|
||||
git config --global user.email 'keyv2-gha-bot@users.noreply.github.com'
|
||||
git commit -am "Update test stls"
|
||||
git add -A
|
||||
git commit -m "Update test stls"
|
||||
git push
|
||||
|
|
0
tests/test.stl → tests/fixtures/test.stl
vendored
0
tests/test.stl → tests/fixtures/test.stl
vendored
Loading…
Add table
Reference in a new issue