Skip to content

Commit

Permalink
chore(CI): use shell defaults in GitHub Actions
Browse files Browse the repository at this point in the history
'bash' for non-Windows and 'pwsh' for Windows
  • Loading branch information
novusnota committed Oct 28, 2024
1 parent 1353f27 commit b636910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ jobs:
- name: (pnpm) Test creation of new Blueprint projects
if: ${{ matrix.package-manager == 'pnpm' }}
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
env:
SHELL: "{{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}"
run: |
Expand Down

0 comments on commit b636910

Please sign in to comment.