diff --git a/bin/gha-commit.sh b/bin/gha-commit.sh index 799b821..35e313f 100644 --- a/bin/gha-commit.sh +++ b/bin/gha-commit.sh @@ -1,6 +1,7 @@ #!/bin/bash git config --local user.email "action@github.com" git config --local user.name "GitHub create-board Action" +git add gerber/* git add boards/* git reset HEAD *.kicad_pro git status