We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eb64e commit 6814ed1Copy full SHA for 6814ed1
.github/actions/setup-environment/action.yml
@@ -2,6 +2,7 @@ name: 'Setup environment'
2
description: 'Setup environment'
3
runs:
4
using: 'composite'
5
+ shell: bash
6
steps:
7
- name: Setup Node.js
8
uses: actions/setup-node@v4
0 commit comments