Board ID gm-e67-b
This commit is contained in:
commit
6784d084a0
|
@ -4,7 +4,7 @@
|
|||
git config --local user.name "GitHub create-board Action"
|
||||
git add boards/*
|
||||
git status
|
||||
OUT=$(git commit -am "Auto-generated board" 2>&1) || echo "commit failed, finding out why"
|
||||
OUT=$(git commit -am "[skip actions] Auto-generated board" 2>&1) || echo "commit failed, finding out why"
|
||||
if echo "$OUT" | grep 'nothing to commit'; then
|
||||
echo "headers: looks like nothing to commit"
|
||||
echo "::set-env name=NOCOMMIT::true"
|
||||
|
|
|
@ -16,4 +16,5 @@
|
|||
"14","510","8200","gm-e38-a"
|
||||
"15","510","10000","72_NB2-f"
|
||||
"100","620","510","alpha4ch-c"
|
||||
"101","620","620","gm-e67-b"
|
||||
"101","620","620","88bmw-b"
|
||||
"102","620","750","gm-e67-b"
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 2.
|
|
@ -0,0 +1,3 @@
|
|||
# resistor | value | footprint | part_number
|
||||
"R133","620","R0603","C23220"
|
||||
"R134","620","R0603","C23220"
|
Can't render this file because it has a wrong number of fields in line 2.
|
|
@ -1,3 +1,3 @@
|
|||
# resistor | value | footprint | part_number
|
||||
"R133","620","R0603","C23220"
|
||||
"R134","620","R0603","C23220"
|
||||
"R134","750","R0603","C23241"
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 2.
|
|
@ -1,2 +1,3 @@
|
|||
git reset --hard
|
||||
git submodule update --init
|
||||
git clean -fxd
|
Loading…
Reference in New Issue