let bash do the expansion

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

View File

@ -237,8 +237,8 @@ runs:
if: ${{ inputs.run_simulator == 'true' && inputs.push == 'true' }}
shell: bash
run: |
git add "${{inputs.sim_output}}*msq"
git add "${{inputs.sim_output}}canned-tunes/*md"
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"
if echo "$OUT" | grep 'nothing to commit'; then
echo "Tune: looks like nothing to commit"