more debug, just in case

This commit is contained in:
David Holdeman 2024-03-25 21:03:57 -05:00 committed by rusefillc
parent 9c0c800f14
commit 17602e3eaf
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ runs:
if: ${{ inputs.run_simulator == 'true' && inputs.push == 'true' }}
shell: bash
run: |
echo "Current directory: $PWD"
ls ${{inputs.sim_output}}
git add ${{inputs.sim_output}}*msq
git add ${{inputs.sim_output}}canned-tunes/*md
OUT=$(git commit -m "Auto-generated Default Tune" 2>&1) || echo "commit failed, finding out why"