only:'canned-tunes' folder unused?

This commit is contained in:
rusefillc 2024-11-19 20:38:44 -05:00
parent 1a80ceb784
commit 23e20075dc
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,6 @@ runs:
ls ${{inputs.sim_output}}
git config advice.addIgnoredFile false
git add ${{inputs.sim_output}}*msq
git add ${{inputs.sim_output}}canned-tunes/*md
OUT=$(git commit -m "Auto-generated Default Tune (custom board)" -m "[no ci]" 2>&1) || echo "commit failed, finding out why"
if echo "$OUT" | grep 'nothing to commit'; then
echo "Tune: looks like nothing to commit"