only:helping boards without connector mapping

This commit is contained in:
rusefillc 2023-12-15 16:42:36 -05:00
parent 5679414665
commit b40a18facf
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ jobs:
- name: Push Connectors
run: |
git add connectors/*
if [ -d connectors ]; then
git add connectors/*
fi
OUT=$(git commit -am "GHA Connectors Generated" 2>&1) || echo "commit failed, finding out why"
if echo "$OUT" | grep 'nothing to commit'; then
echo "Connectors: looks like nothing to commit"