Similar to #54, if I use `shell: bash -l {0}` the process fails, whereas if I remove it, it succeeds. 1. ❌ [Run with using the retry action with `shell: bash -l {0}`](https://github.com/fulcrumgenomics/fgbio/actions/runs/14283935944) 2. ✅ [Run without using the retry action (just vanilla `run` with `shell: bash -l {0}`)](https://github.com/fulcrumgenomics/fgbio/actions/runs/14283976943) 3. ✅ [Run with using the retry action without `shell: bash -l {0}`](https://github.com/fulcrumgenomics/fgbio/actions/runs/14284052047)