For some work with and a action I am writing to setup conda, I need to run shells as
- name: Bash
shell: bash -l {0}
run: ...
so that any /.bash_profile… etc … are picked up.
Is there a way to define this shell to use in a more global manner so that it does not need to be defined for every step?
Cheers