Skip to content

Commit 2cffbce

Browse files
authored
Specify bash shell in copilot-setup-steps job
Add defaults section to specify bash shell for job.
1 parent b3c0ca0 commit 2cffbce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
# The job must be called copilot-setup-steps for Copilot to detect it.
1414
copilot-setup-steps:
1515
runs-on: ubuntu-latest
16+
defaults:
17+
run:
18+
shell: bash
1619
container:
1720
image: mcr.microsoft.com/devcontainers/base:ubuntu-24.04
1821
volumes:

0 commit comments

Comments
 (0)